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/libwebp/utils/
H A Dthread.c86 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) { function
201 pthread_cond_init(&worker->condition_, NULL)) {
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.c89 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) { function
202 pthread_cond_init(&worker->condition_, NULL)) {
/external/webp/src/utils/
H A Dthread.c86 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) { function
201 pthread_cond_init(&worker->condition_, NULL)) {
/external/bison/lib/glthread/
H A Dlock.h134 # pragma weak pthread_cond_init macro
/external/chromium_org/third_party/mongoose/
H A Dmongoose.c849 static int pthread_cond_init(pthread_cond_t *cv, const void *unused) { function
4247 (void) pthread_cond_init(&ctx->cond, NULL);
4248 (void) pthread_cond_init(&ctx->sq_empty, NULL);
4249 (void) pthread_cond_init(&ctx->sq_full, NULL);
/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 3648 milliseconds