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

/external/webp/src/utils/
H A Dthread_utils.c131 static int pthread_cond_destroy(pthread_cond_t* const condition) { function
154 pthread_cond_destroy(condition);
288 pthread_cond_destroy(&worker->impl_->condition_);
324 pthread_cond_destroy(&worker->impl_->condition_);
/external/dng_sdk/source/
H A Ddng_pthread.h217 #define pthread_cond_destroy dng_pthread_cond_destroy macro
/external/libvpx/libvpx/vpx_util/
H A Dvpx_thread.h132 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) { function
155 pthread_cond_destroy(condition);
281 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) { function
297 pthread_cond_destroy(condition);
/external/bison/lib/glthread/
H A Dlock.h138 # pragma weak pthread_cond_destroy macro
/external/ImageMagick/MagickCore/
H A Dvms.h789 #define pthread_cond_destroy PTHREAD_COND_DESTROY macro
/external/mesa3d/include/GL/
H A Dvms_x_fix.h1006 #define pthread_cond_destroy PTHREAD_COND_DESTROY macro

Completed in 901 milliseconds