HomeSort by relevance Sort by last modified time
    Searched defs:pthread_cond_wait (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cond_wait.c 2 * 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 */
  /bionic/libc/bionic/
pthread_cond.cpp 190 int pthread_cond_wait(pthread_cond_t* cond, pthread_mutex_t* mutex) { function
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_thread.h 122 // 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/chromium_org/third_party/libwebp/utils/
thread.c 123 // 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/
vp9_thread.h 122 // 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/
thread.c 123 // 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_);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_thread.h 122 // 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/bison/lib/glthread/
lock.h 135 # pragma weak pthread_cond_wait macro
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1012 #define pthread_cond_wait macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1012 #define pthread_cond_wait macro
    [all...]

Completed in 318 milliseconds