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

  /external/webp/src/utils/
thread.c 70 static int pthread_mutex_destroy(pthread_mutex_t* const mutex) { function
230 pthread_mutex_destroy(&worker->mutex_);
  /external/bison/lib/glthread/
lock.h 127 # pragma weak pthread_mutex_destroy macro
175 (pthread_in_use () ? pthread_mutex_destroy (LOCK) : 0)
294 (pthread_in_use () ? pthread_mutex_destroy (LOCK) : 0)
    [all...]
  /bionic/libc/bionic/
pthread.c 971 int pthread_mutex_destroy(pthread_mutex_t *mutex) function
    [all...]

Completed in 124 milliseconds