Searched refs:pthread_cond_wait (Results 1 – 21 of 21) sorted by relevance
81 return __bionic_thrd_error(pthread_cond_wait(__cnd, __mtx)); in cnd_wait()
221 int pthread_cond_wait(pthread_cond_t* cond_interface, pthread_mutex_t* mutex) { in pthread_cond_wait() function
123 FUNCTION(pthread_cond_wait, int (*f)(pthread_cond_t*, pthread_mutex_t*)); in pthread_h()
144 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)
10083 CALL(pthread_cond_wait)
5248 CALL(pthread_cond_wait)
5670 CALL(pthread_cond_wait)
10829 CALL(pthread_cond_wait)
8121 CALL(pthread_cond_wait)
9579 CALL(pthread_cond_wait)
18264 CALL(pthread_cond_wait)
755 pthread_cond_wait
1596 return pthread_cond_wait(cond, mutex); in TEST_F()1605 return pthread_cond_wait(cond, mutex); in TEST_F()
776 pthread_cond_wait;