Home
last modified time | relevance | path

Searched refs:dng_pthread_cond_wait (Results 1 – 2 of 2) sorted by relevance

/external/dng_sdk/source/
Ddng_pthread.h125 int dng_pthread_cond_wait(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex);
218 #define pthread_cond_wait dng_pthread_cond_wait
Ddng_pthread.cpp653 int dng_pthread_cond_wait(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex) in dng_pthread_cond_wait() function