Searched refs:__pthread_cond_timedwait (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/src/thread/ |
H A 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()
|
H A D | pthread_cond_timedwait.c | 62 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 D | pthread_cond_timedwait_monotonic_np.c | 25 return __pthread_cond_timedwait(cond, mutex, abs_timeout); in pthread_cond_timedwait_monotonic_np()
|
H A 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/porting/linux/user/src/thread/ |
H A 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()
|
H A D | pthread_cond_timedwait_monotonic_np.c | 25 return __pthread_cond_timedwait(cond, mutex, abs_timeout); in pthread_cond_timedwait_monotonic_np()
|
H A D | pthread_cond_timedwait.c | 82 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 D | pthread.h | 32 hidden int __pthread_cond_timedwait(pthread_cond_t *restrict, pthread_mutex_t *restrict, const struct timespec *restrict);
|
/third_party/musl/src/include/ |
H A D | pthread.h | 18 hidden int __pthread_cond_timedwait(pthread_cond_t *restrict, pthread_mutex_t *restrict, const struct timespec *restrict);
|
Completed in 2 milliseconds