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

/external/gemmlowp/profiling/
H A Dpthread_everywhere.h63 inline void pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) { function in namespace:gemmlowp
/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
211 pthread_cond_wait(&impl->condition_, &impl->mutex_);
238 pthread_cond_wait(&impl->condition_, &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/libxml2/
H A Dthreads.c68 #pragma weak pthread_cond_wait macro
360 pthread_cond_wait(&tok->cv, &tok->lock);
874 (pthread_cond_wait != NULL) &&
/external/ImageMagick/MagickCore/
H A Dvms.h795 #define pthread_cond_wait PTHREAD_COND_WAIT macro

Completed in 336 milliseconds