Searched refs:pthread_cond_destroy (Results 1 – 14 of 14) sorted by relevance
63 pthread_cond_destroy(__cnd); in cnd_destroy()
152 int pthread_cond_destroy(pthread_cond_t* cond_interface) { in pthread_cond_destroy() function
119 FUNCTION(pthread_cond_destroy, int (*f)(pthread_cond_t*)); in pthread_h()
126 int pthread_cond_destroy(pthread_cond_t* __cond);
186 CALL(pthread_cond_destroy)
506 CALL(pthread_cond_destroy)
2192 CALL(pthread_cond_destroy)
961 CALL(pthread_cond_destroy)
2382 CALL(pthread_cond_destroy)
751 pthread_cond_destroy
1325 pthread_cond_destroy(&tmp->cond); in _cache_flush_pending_requests_locked()1396 pthread_cond_destroy(&ri->cond); in _cache_notify_waiting_tid_locked()
1536 ASSERT_EQ(0, pthread_cond_destroy(&cond)); in TearDown()2541 ASSERT_EQ(0, pthread_cond_destroy(cond)); in TEST()
768 pthread_cond_destroy;