Home
last modified time | relevance | path

Searched refs:__pthread_cond_timedwait (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/src/thread/
H A 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()
H A Dpthread_cond_timedwait.c62 int __pthread_cond_timedwait(pthread_cond_t *restrict c, pthread_mutex_t *restrict m, const struct timespec *restrict ts) in __pthread_cond_timedwait() function
213 weak_alias(__pthread_cond_timedwait, pthread_cond_timedwait);
H A Dpthread_cond_timedwait_monotonic_np.c25 return __pthread_cond_timedwait(cond, mutex, abs_timeout); in pthread_cond_timedwait_monotonic_np()
H A Dcnd_timedwait.c7 int ret = __pthread_cond_timedwait((pthread_cond_t *)c, (pthread_mutex_t *)m, ts); in cnd_timedwait()
/third_party/musl/porting/linux/user/src/thread/
H A 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()
H A Dpthread_cond_timedwait_monotonic_np.c25 return __pthread_cond_timedwait(cond, mutex, abs_timeout); in pthread_cond_timedwait_monotonic_np()
H A Dpthread_cond_timedwait.c82 int __pthread_cond_timedwait(pthread_cond_t *restrict c, pthread_mutex_t *restrict m, const struct timespec *restrict ts) in __pthread_cond_timedwait() function
276 weak_alias(__pthread_cond_timedwait, pthread_cond_timedwait);
/third_party/musl/porting/linux/user/src/include/
H A Dpthread.h32 hidden int __pthread_cond_timedwait(pthread_cond_t *restrict, pthread_mutex_t *restrict, const struct timespec *restrict);
/third_party/musl/src/include/
H A Dpthread.h18 hidden int __pthread_cond_timedwait(pthread_cond_t *restrict, pthread_mutex_t *restrict, const struct timespec *restrict);

Completed in 2 milliseconds