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

  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 126 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) { function
276 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) { function
  /external/webp/src/utils/
thread_utils.c 125 static int pthread_mutex_destroy(pthread_mutex_t* const mutex) { function
279 pthread_mutex_destroy(&worker->impl_->mutex_);
287 pthread_mutex_destroy(&worker->impl_->mutex_);
323 pthread_mutex_destroy(&worker->impl_->mutex_);
  /bionic/libc/bionic/
pthread_mutex.cpp 640 int pthread_mutex_destroy(pthread_mutex_t* mutex_interface) { function
  /external/dng_sdk/source/
dng_pthread.h 212 #define pthread_mutex_destroy dng_pthread_mutex_destroy macro
  /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/ImageMagick/MagickCore/
vms.h 822 #define pthread_mutex_destroy macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1041 #define pthread_mutex_destroy macro
    [all...]

Completed in 163 milliseconds