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

  /external/gemmlowp/profiling/
pthread_everywhere.h 63 inline void pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) { function in namespace:gemmlowp
  /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
211 pthread_cond_wait(&impl->condition_, &impl->mutex_);
238 pthread_cond_wait(&impl->condition_, &impl->mutex_);
  /external/dng_sdk/source/
dng_pthread.h 218 #define pthread_cond_wait dng_pthread_cond_wait macro
  /external/libxml2/
threads.c 68 #pragma weak pthread_cond_wait macro
360 pthread_cond_wait(&tok->cv, &tok->lock);
874 (pthread_cond_wait != NULL) &&
  /external/ImageMagick/MagickCore/
vms.h 795 #define pthread_cond_wait macro
    [all...]

Completed in 308 milliseconds