Searched defs:pthread_mutex_destroy (Results 1 – 9 of 9) sorted by relevance
150 #pragma weak pthread_mutex_destroy macro
58 inline void pthread_mutex_destroy(pthread_mutex_t *mutex) { delete *mutex; } in pthread_mutex_destroy() function
212 #define pthread_mutex_destroy dng_pthread_mutex_destroy macro
125 static int pthread_mutex_destroy(pthread_mutex_t* const mutex) { in pthread_mutex_destroy() function
126 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) { in pthread_mutex_destroy() function
63 #pragma weak pthread_mutex_destroy macro
43 INTERCEPTOR(int, pthread_mutex_destroy, pthread_mutex_t *m) { in INTERCEPTOR() argument
822 #define pthread_mutex_destroy PTHREAD_MUTEX_DESTROY macro
1134 TSAN_INTERCEPTOR(int, pthread_mutex_destroy, void *m) { in TSAN_INTERCEPTOR() argument