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

  /external/webp/src/utils/
thread.c 54 static int pthread_mutex_init(pthread_mutex_t* const mutex, void* mutexattr) { function
198 if (pthread_mutex_init(&worker->mutex_, NULL) ||
  /external/bison/lib/glthread/
lock.h 118 whether a function pointer's value, such as &pthread_mutex_init, is
124 # pragma weak pthread_mutex_init macro
169 (pthread_in_use () ? pthread_mutex_init (LOCK, NULL) : 0)
    [all...]
  /bionic/libc/bionic/
pthread.c 404 int pthread_mutex_init(pthread_mutex_t *mutex, function
    [all...]

Completed in 27 milliseconds