Searched refs:pthread_cond_wait (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_cond.cpp157 // We don't use a release/seq_cst fence here. Because pthread_cond_wait/signal can't be
159 // pthread mutexes. Note that Spurious wakeups from pthread_cond_wait/timedwait may occur,
162 // If the predicate is seen true before a condition wait, pthread_cond_wait/timedwait will
200 int pthread_cond_wait(pthread_cond_t* cond_interface, pthread_mutex_t* mutex) { function
/bionic/libc/include/
H A Dpthread.h167 int pthread_cond_wait(pthread_cond_t*, pthread_mutex_t*) __nonnull((1, 2));
/bionic/tests/
H A Dpthread_test.cpp1177 return pthread_cond_wait(cond, mutex);
1186 return pthread_cond_wait(cond, mutex);

Completed in 368 milliseconds