Searched refs:pthread_cond_destroy (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_cond.cpp147 int pthread_cond_destroy(pthread_cond_t* cond_interface) { function
/bionic/libc/include/
H A Dpthread.h163 int pthread_cond_destroy(pthread_cond_t*) __nonnull((1));
/bionic/libc/dns/resolv/
H A Dres_cache.c1269 pthread_cond_destroy(&tmp->cond);
1340 pthread_cond_destroy(&ri->cond);
/bionic/tests/
H A Dpthread_test.cpp1157 ASSERT_EQ(0, pthread_cond_destroy(&cond));
1736 ASSERT_EQ(0, pthread_cond_destroy(cond));

Completed in 108 milliseconds