Searched defs:pthread_cond_wait (Results 1 – 3 of 3) sorted by relevance
60 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait() function137 libpthread_hidden_def(pthread_cond_wait) in libpthread_hidden_def() argument
137 strong_alias (__pthread_cond_wait, pthread_cond_wait) in strong_alias() argument
142 strong_alias (__pthread_cond_wait, pthread_cond_wait) in strong_alias() argument
Completed in 5 milliseconds