Searched refs:pthread_cond_wait (Results 1 – 18 of 18) sorted by relevance
221 int pthread_cond_wait(pthread_cond_t* cond_interface, pthread_mutex_t* mutex) { in pthread_cond_wait() function
81 return __bionic_thrd_error(pthread_cond_wait(__cnd, __mtx)); in cnd_wait()
123 FUNCTION(pthread_cond_wait, int (*f)(pthread_cond_t*, pthread_mutex_t*)); in pthread_h()
145 int pthread_cond_wait(pthread_cond_t* _Nonnull __cond, pthread_mutex_t* _Nonnull __mutex);
202 CALL(pthread_cond_wait)
2197 CALL(pthread_cond_wait)
2284 CALL(pthread_cond_wait)
2395 CALL(pthread_cond_wait)
3011 CALL(pthread_cond_wait)
7427 CALL(pthread_cond_wait)
5248 CALL(pthread_cond_wait)
10083 CALL(pthread_cond_wait)
5670 CALL(pthread_cond_wait)
10829 CALL(pthread_cond_wait)
755 pthread_cond_wait
1636 return pthread_cond_wait(cond, mutex); in TEST_F()1645 return pthread_cond_wait(cond, mutex); in TEST_F()
776 pthread_cond_wait;