Searched refs:__pthread_cond_timedwait (Results 1 – 5 of 5) sorted by relevance
25 int err_code = __pthread_cond_timedwait ((pthread_cond_t *) cond, in cnd_timedwait()
31 __pthread_cond_timedwait (pthread_cond_t *cond, in __pthread_cond_timedwait() function38 weak_alias (__pthread_cond_timedwait, pthread_cond_timedwait);
49 extern int __pthread_cond_timedwait (pthread_cond_t *cond,
46 int __pthread_cond_timedwait (pthread_cond_t *, pthread_mutex_t *,
429 # define __pthread_cond_timedwait64 __pthread_cond_timedwait477 extern int __pthread_cond_timedwait (pthread_cond_t *cond,480 libc_hidden_proto (__pthread_cond_timedwait)
Completed in 8 milliseconds