Searched defs:pthread_mutex_destroy (Results 1 - 7 of 7) sorted by relevance

/external/gemmlowp/profiling/
H A Dpthread_everywhere.h58 inline void pthread_mutex_destroy(pthread_mutex_t *mutex) { delete *mutex; } function in namespace:gemmlowp
/external/selinux/libselinux/src/
H A Dselinux_internal.h150 #pragma weak pthread_mutex_destroy macro
162 if (pthread_mutex_destroy != NULL) \
163 pthread_mutex_destroy(LOCK); \
/external/webp/src/utils/
H A Dthread_utils.c125 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/
H A Ddng_pthread.h212 #define pthread_mutex_destroy dng_pthread_mutex_destroy macro
/external/libvpx/libvpx/vpx_util/
H A Dvpx_thread.h126 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/libxml2/
H A Dthreads.c63 #pragma weak pthread_mutex_destroy macro
213 pthread_mutex_destroy(&tok->lock);
325 pthread_mutex_destroy(&tok->lock);
869 (pthread_mutex_destroy != NULL) &&
/external/ImageMagick/MagickCore/
H A Dvms.h822 #define pthread_mutex_destroy PTHREAD_MUTEX_DESTROY macro

Completed in 398 milliseconds