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

  /external/gemmlowp/profiling/
pthread_everywhere.h 58 inline void pthread_mutex_destroy(pthread_mutex_t *mutex) { delete *mutex; } function in namespace:gemmlowp
  /external/selinux/libselinux/src/
selinux_internal.h 151 #pragma weak pthread_mutex_destroy macro
163 if (pthread_mutex_destroy != NULL) \
164 pthread_mutex_destroy(LOCK); \
  /external/libaom/libaom/aom_util/
aom_thread.h 124 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) { function
291 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) { function
  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 126 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) { function
298 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
281 pthread_mutex_destroy(&impl->mutex_);
289 pthread_mutex_destroy(&impl->mutex_);
326 pthread_mutex_destroy(&impl->mutex_);
  /external/dng_sdk/source/
dng_pthread.h 202 #define pthread_mutex_destroy dng_pthread_mutex_destroy macro
  /external/libxml2/
threads.c 63 #pragma weak pthread_mutex_destroy macro
213 pthread_mutex_destroy(&tok->lock);
325 pthread_mutex_destroy(&tok->lock);
869 (pthread_mutex_destroy != NULL) &&
  /bionic/libc/bionic/
pthread_mutex.cpp 983 int pthread_mutex_destroy(pthread_mutex_t* mutex_interface) { function
    [all...]
  /external/ImageMagick/MagickCore/
vms.h 822 #define pthread_mutex_destroy macro
    [all...]

Completed in 1127 milliseconds