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

/external/webp/src/utils/
H A Dthread_utils.c167 // a thread is waiting in pthread_cond_wait: allow it to be notified
170 // the event via its own pthread_cond_wait.
178 static int pthread_cond_wait(pthread_cond_t* const condition, function
212 pthread_cond_wait(&worker->impl_->condition_, &worker->impl_->mutex_);
238 pthread_cond_wait(&worker->impl_->condition_, &worker->impl_->mutex_);
/external/dng_sdk/source/
H A Ddng_pthread.h218 #define pthread_cond_wait dng_pthread_cond_wait macro
/external/libvpx/libvpx/vpx_util/
H A Dvpx_thread.h168 // a thread is waiting in pthread_cond_wait: allow it to be notified
171 // the event via its own pthread_cond_wait.
179 static INLINE int pthread_cond_wait(pthread_cond_t *const condition, function
324 static INLINE int pthread_cond_wait(pthread_cond_t *const condition, function
/external/bison/lib/glthread/
H A Dlock.h135 # pragma weak pthread_cond_wait macro
/external/ImageMagick/MagickCore/
H A Dvms.h795 #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 252 milliseconds