Searched refs:__pthread_cond_wait (Results 1 – 5 of 5) sorted by relevance
34 __pthread_cond_wait (pthread_cond_t *cond, pthread_mutex_t *mutex) in __pthread_cond_wait() function39 weak_alias (__pthread_cond_wait, pthread_cond_wait);
48 extern int __pthread_cond_wait (pthread_cond_t *cond, pthread_mutex_t *mutex);
45 int __pthread_cond_wait (pthread_cond_t *, pthread_mutex_t *);
25 int err_code = __pthread_cond_wait ((pthread_cond_t *) cond, in __cnd_wait()
423 extern int __pthread_cond_wait (pthread_cond_t *cond, pthread_mutex_t *mutex);424 libc_hidden_proto (__pthread_cond_wait)
Completed in 12 milliseconds