Home
last modified time | relevance | path

Searched refs:deadlocked (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/regression/
H A Dpthread_once-deadlock.c29 static int deadlocked(sem_t *s) in deadlocked() function
44 t_error("pthread_once deadlocked\n"); in deadlocked()
65 if (!deadlocked(&s1)) T(pthread_join(t1,&p)); in main()
66 if (!deadlocked(&s2)) T(pthread_join(t2,&p)); in main()
67 if (!deadlocked(&s3)) T(pthread_join(t3,&p)); in main()

Completed in 1 milliseconds