Searched refs:pthread_mutex_destroy (Results 1 – 6 of 6) sorted by relevance
350 int pthread_mutex_destroy(pthread_mutex_t *mutex) in pthread_mutex_destroy() function364 RTM_EXPORT(pthread_mutex_destroy);
108 result = pthread_mutex_destroy(&(barrier->mutex)); in pthread_barrier_destroy()
168 pthread_mutex_destroy(&rwlock->rw_mutex); in pthread_rwlock_destroy()
207 int pthread_mutex_destroy(pthread_mutex_t *mutex);
94 + pthread_mutex_destroy()
111 pthread_mutex_destroy(&_m_recursive_mutex);
Completed in 8 milliseconds