Searched refs:__pthread_join_common (Results 1 – 1 of 1) sorted by relevance
/htl/ |
A D | pt-join.c | 28 __pthread_join_common (pthread_t thread, void **status, int try, in __pthread_join_common() function 97 return __pthread_join_common (thread, status, 0, CLOCK_REALTIME, NULL); in __pthread_join() 104 return __pthread_join_common (thread, status, 1, CLOCK_REALTIME, NULL); in __pthread_tryjoin_np() 112 return __pthread_join_common (thread, status, 0, CLOCK_REALTIME, abstime); in __pthread_timedjoin_np() 121 return __pthread_join_common (thread, status, 0, clockid, abstime); in __pthread_clockjoin_np()
|
Completed in 5 milliseconds