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

  /external/webp/src/utils/
thread.c 60 static int pthread_mutex_lock(pthread_mutex_t* const mutex) { function
123 pthread_mutex_lock(mutex);
138 pthread_mutex_lock(&worker->mutex_);
163 pthread_mutex_lock(&worker->mutex_);
202 pthread_mutex_lock(&worker->mutex_);
  /external/bison/lib/glthread/
lock.h 125 # pragma weak pthread_mutex_lock macro
171 (pthread_in_use () ? pthread_mutex_lock (LOCK) : 0)
290 (pthread_in_use () ? pthread_mutex_lock (LOCK) : 0)
    [all...]
  /bionic/libc/bionic/
pthread.c 120 pthread_mutex_lock(&gThreadListLock);
671 int pthread_mutex_lock(pthread_mutex_t *mutex) function
781 /* Same as pthread_mutex_lock, except that we don't want to wait, and
    [all...]

Completed in 334 milliseconds