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

/external/webp/src/utils/
H A Dthread.c88 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) { function
203 pthread_cond_init(&worker->condition_, NULL)) {

Completed in 104 milliseconds