Home
last modified time | relevance | path

Searched refs:__pthread_cond_timedwait (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/linux/user/src/thread/
Dpthread_cond_clockwait.c27 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()
Dpthread_cond_timedwait_monotonic_np.c25 return __pthread_cond_timedwait(cond, mutex, abs_timeout); in pthread_cond_timedwait_monotonic_np()
/third_party/musl/src/thread/
Dpthread_cond_timedwait.c62 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);
Dcnd_timedwait.c7 int ret = __pthread_cond_timedwait((pthread_cond_t *)c, (pthread_mutex_t *)m, ts); in cnd_timedwait()
/third_party/musl/src/include/
Dpthread.h18 hidden int __pthread_cond_timedwait(pthread_cond_t *restrict, pthread_mutex_t *restrict, const stru…