HomeSort by relevance Sort by last modified time
    Searched defs:pthread_cond_wait (Results 1 - 3 of 3) sorted by null

  /external/webp/src/utils/
thread.c 101 // a thread is waiting in pthread_cond_wait: allow it to be notified
104 // the event via its own pthread_cond_wait.
111 static int pthread_cond_wait(pthread_cond_t* const condition, function
140 pthread_cond_wait(&worker->condition_, &worker->mutex_);
166 pthread_cond_wait(&worker->condition_, &worker->mutex_);
  /external/bison/lib/glthread/
lock.h 135 # pragma weak pthread_cond_wait macro
    [all...]
  /bionic/libc/bionic/
pthread.c 1114 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) function
    [all...]

Completed in 214 milliseconds