Searched defs:pthread_cond_wait (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_cond_wait.c2 * pthread_cond_wait.c
426 * pthread_cond_wait a cancellation point.
454 pthread_cond_wait (pthread_cond_t * cond, pthread_mutex_t * mutex) function
508 } /* pthread_cond_wait */
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_thread.h121 // a thread is waiting in pthread_cond_wait: allow it to be notified
124 // the event via its own pthread_cond_wait.
131 static INLINE int pthread_cond_wait(pthread_cond_t *const condition, function
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.c123 // a thread is waiting in pthread_cond_wait: allow it to be notified
126 // the event via its own pthread_cond_wait.
133 static int pthread_cond_wait(pthread_cond_t* const condition, function
164 pthread_cond_wait(&worker->impl_->condition_, &worker->impl_->mutex_);
191 pthread_cond_wait(&worker->impl_->condition_, &worker->impl_->mutex_);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.h122 // a thread is waiting in pthread_cond_wait: allow it to be notified
125 // the event via its own pthread_cond_wait.
132 static INLINE int pthread_cond_wait(pthread_cond_t *const condition, function
/external/webp/src/utils/
H A Dthread.c123 // a thread is waiting in pthread_cond_wait: allow it to be notified
126 // the event via its own pthread_cond_wait.
133 static int pthread_cond_wait(pthread_cond_t* const condition, function
164 pthread_cond_wait(&worker->impl_->condition_, &worker->impl_->mutex_);
191 pthread_cond_wait(&worker->impl_->condition_, &worker->impl_->mutex_);
/external/bison/lib/glthread/
H A Dlock.h135 # pragma weak pthread_cond_wait macro
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h1012 #define pthread_cond_wait PTHREAD_COND_WAIT macro
/external/mesa3d/include/GL/
H A Dvms_x_fix.h1012 #define pthread_cond_wait PTHREAD_COND_WAIT macro

Completed in 295 milliseconds