Searched refs:_pthread_mutex_destroy (Results 1 – 8 of 8) sorted by relevance
62 _pthread_mutex_destroy(&dirp->dd_lock); in fdclosedir()
521 _pthread_mutex_destroy;
43 #define _pthread_mutex_destroy(mtx) (void)0 macro
153 STATIC_LIB_REQUIRE(_pthread_mutex_destroy);192 STATIC_LIB_REQUIRE(_pthread_mutex_destroy);
103 __weak_reference(_thr_mutex_destroy, _pthread_mutex_destroy);
65 #define _MUTEX_DESTROY(x) if (__isthreaded) _pthread_mutex_destroy(x)
205 _pthread_mutex_destroy;
150 #define pthread_mutex_destroy _pthread_mutex_destroy