Searched refs:pthread_cond_destroy (Results 1 – 6 of 6) sorted by relevance
147 int pthread_cond_destroy(pthread_cond_t* cond_interface) { in pthread_cond_destroy() function
143 int pthread_cond_destroy(pthread_cond_t*) __nonnull((1));
1264 pthread_cond_destroy(&tmp->cond); in _cache_flush_pending_requests_locked()1335 pthread_cond_destroy(&ri->cond); in _cache_notify_waiting_tid_locked()
751 pthread_cond_destroy
1076 ASSERT_EQ(0, pthread_cond_destroy(&cond)); in TearDown()1526 ASSERT_EQ(0, pthread_cond_destroy(cond)); in TEST()
870 pthread_cond_destroy;