Searched refs:abstime (Results 1 – 3 of 3) sorted by relevance
/htl/ |
A D | pt-join.c | 30 const struct timespec *abstime) in __pthread_join_common() argument 55 clockid, abstime); in __pthread_join_common() 110 const struct timespec *abstime) in __pthread_timedjoin_np() argument 112 return __pthread_join_common (thread, status, 0, CLOCK_REALTIME, abstime); in __pthread_timedjoin_np() 119 const struct timespec *abstime) in __pthread_clockjoin_np() argument 121 return __pthread_join_common (thread, status, 0, clockid, abstime); in __pthread_clockjoin_np()
|
A D | forward.c | 103 const struct timespec *abstime), (cond, mutex, abstime), 0)
|
A D | pt-internal.h | 266 const struct timespec *__restrict abstime, 274 const struct timespec *__restrict abstime,
|
Completed in 6 milliseconds