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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutex_destroy.c 2 * pthread_mutex_destroy.c
42 pthread_mutex_destroy (pthread_mutex_t * mutex) function
  /external/chromium_org/third_party/libwebp/utils/
thread.c 92 static int pthread_mutex_destroy(pthread_mutex_t* const mutex) { function
232 pthread_mutex_destroy(&worker->impl_->mutex_);
240 pthread_mutex_destroy(&worker->impl_->mutex_);
276 pthread_mutex_destroy(&worker->impl_->mutex_);
  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.h 90 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) { function
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_thread.h 89 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) { function
  /bionic/libc/bionic/
pthread_mutex.cpp 746 int pthread_mutex_destroy(pthread_mutex_t* mutex) { function
  /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...]
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1041 #define pthread_mutex_destroy macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1041 #define pthread_mutex_destroy macro
    [all...]

Completed in 210 milliseconds