Searched refs:_pthread_mutex_destroy (Results 1 – 11 of 11) sorted by relevance
97 _pthread_mutex_destroy(&prwlock->lock); in rwlock_init()105 _pthread_mutex_destroy(&prwlock->lock); in rwlock_init()145 _pthread_mutex_destroy(&prwlock->lock); in _pthread_rwlock_destroy()
290 _pthread_mutex_destroy(pthread_mutex_t *mutex) in _pthread_mutex_destroy() function778 __strong_reference(_pthread_mutex_destroy, pthread_mutex_destroy);
62 _pthread_mutex_destroy(&dirp->dd_lock); in closedir()
580 _pthread_mutex_destroy;
51 #define SYSV_MUTEX_DESTROY(x) if (__isthreaded) _pthread_mutex_destroy(x)
54 #define SYSV_MUTEX_DESTROY(x) if (__isthreaded) _pthread_mutex_destroy(x)
44 #define SYSV_MUTEX_DESTROY(x) if (__isthreaded) _pthread_mutex_destroy(x)
35 #define SYSV_MUTEX_DESTROY(x) if (__isthreaded) _pthread_mutex_destroy(x)
57 #define _MUTEX_DESTROY(x) if (__isthreaded) _pthread_mutex_destroy(x)
151 #define pthread_mutex_destroy _pthread_mutex_destroy
104 _pthread_mutex_destroy;