Searched defs:pthread_cond_wait (Results 1 - 1 of 1) 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

Completed in 104 milliseconds