Searched refs:__pthread_cond_timedwait (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_cond_clockwait.c | 27 return __pthread_cond_timedwait(cond, mutex, abs_timeout); in pthread_cond_clockwait() 30 return __pthread_cond_timedwait(cond, mutex, abs_timeout); in pthread_cond_clockwait()
|
D | pthread_cond_timedwait_monotonic_np.c | 25 return __pthread_cond_timedwait(cond, mutex, abs_timeout); in pthread_cond_timedwait_monotonic_np()
|
/third_party/musl/src/thread/ |
D | pthread_cond_timedwait.c | 62 int __pthread_cond_timedwait(pthread_cond_t *restrict c, pthread_mutex_t *restrict m, const struct … in __pthread_cond_timedwait() function 213 weak_alias(__pthread_cond_timedwait, pthread_cond_timedwait);
|
D | cnd_timedwait.c | 7 int ret = __pthread_cond_timedwait((pthread_cond_t *)c, (pthread_mutex_t *)m, ts); in cnd_timedwait()
|
/third_party/musl/src/include/ |
D | pthread.h | 18 hidden int __pthread_cond_timedwait(pthread_cond_t *restrict, pthread_mutex_t *restrict, const stru…
|