Searched refs:_pthread_mutex_destroy (Results 1 – 8 of 8) sorted by relevance
66 _pthread_mutex_destroy(&dirp->dd_lock); in fdclosedir()
492 _pthread_mutex_destroy;
46 #define _pthread_mutex_destroy(mtx) (void)0 macro
153 STATIC_LIB_REQUIRE(_pthread_mutex_destroy);193 STATIC_LIB_REQUIRE(_pthread_mutex_destroy);
106 __weak_reference(_thr_mutex_destroy, _pthread_mutex_destroy);
68 #define _MUTEX_DESTROY(x) if (__isthreaded) _pthread_mutex_destroy(x)
207 _pthread_mutex_destroy;
152 #define pthread_mutex_destroy _pthread_mutex_destroy