Searched refs:pthread_cond_destroy (Results 1 – 6 of 6) sorted by relevance
161 int pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy() function192 RTM_EXPORT(pthread_cond_destroy);
153 pthread_cond_destroy(&rwlock->rw_condreaders); in pthread_rwlock_destroy()154 pthread_cond_destroy(&rwlock->rw_condwriters); in pthread_rwlock_destroy()
113 result = pthread_cond_destroy(&(barrier->cond)); in pthread_barrier_destroy()
237 int pthread_cond_destroy(pthread_cond_t *cond);
74 + pthread_cond_destroy()
41 pthread_cond_destroy(&_m_cond);
Completed in 6 milliseconds