Searched defs:pthread_cond_init (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_cond_init.c2 * pthread_cond_init.c
43 pthread_cond_init (pthread_cond_t * cond, const pthread_condattr_t * attr) function
167 } /* pthread_cond_init */
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_thread.h103 static INLINE int pthread_cond_init(pthread_cond_t *const condition, function
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.c106 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) { function
231 if (pthread_cond_init(&worker->impl_->condition_, NULL)) {
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.h104 static INLINE int pthread_cond_init(pthread_cond_t *const condition, function
/external/webp/src/utils/
H A Dthread.c106 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) { function
231 if (pthread_cond_init(&worker->impl_->condition_, NULL)) {
/external/bison/lib/glthread/
H A Dlock.h134 # pragma weak pthread_cond_init macro
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h1007 #define pthread_cond_init PTHREAD_COND_INIT macro
/external/mesa3d/include/GL/
H A Dvms_x_fix.h1007 #define pthread_cond_init PTHREAD_COND_INIT macro

Completed in 246 milliseconds