Searched refs:_pthread_mutex_destroy (Results 1 – 8 of 8) sorted by relevance
64 _pthread_mutex_destroy(&dirp->dd_lock); in fdclosedir()
509 _pthread_mutex_destroy;
44 #define _pthread_mutex_destroy(mtx) (void)0 macro
151 STATIC_LIB_REQUIRE(_pthread_mutex_destroy);191 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)
206 _pthread_mutex_destroy;
150 #define pthread_mutex_destroy _pthread_mutex_destroy