Searched refs:start_sem_timedwait (Results 1 - 1 of 1) sorted by relevance
/third_party/musl/libc-test/src/regression/ |
H A D | pthread_cancel-sem_wait.c | 33 static void *start_sem_timedwait(void *arg) in start_sem_timedwait() function 80 TESTR(r, pthread_create(&td, 0, start_sem_timedwait, 0), "failed to create thread"); in main() 90 TESTR(r, pthread_create(&td, 0, start_sem_timedwait, 0), "failed to create thread"); in main()
|
Completed in 1 milliseconds