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

  /bionic/libc/bionic/
pthread_cond.cpp 157 // 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
  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 168 // 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/webp/src/utils/
thread_utils.c 167 // 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/
dng_pthread.h 218 #define pthread_cond_wait dng_pthread_cond_wait macro
  /external/bison/lib/glthread/
lock.h 135 # pragma weak pthread_cond_wait macro
    [all...]
  /external/ImageMagick/MagickCore/
vms.h 795 #define pthread_cond_wait macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1012 #define pthread_cond_wait macro
    [all...]

Completed in 1118 milliseconds