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

/external/webp/src/utils/
H A Dthread.c80 static int pthread_cond_destroy(pthread_cond_t* const condition) { function
96 pthread_cond_destroy(condition);
235 pthread_cond_destroy(&worker->condition_);

Completed in 78 milliseconds