Searched refs:pthread_cond_destroy (Results 1 - 6 of 6) 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.h124 int pthread_cond_destroy(pthread_cond_t* __cond);
/bionic/tests/headers/posix/
H A Dpthread_h.c119 FUNCTION(pthread_cond_destroy, int (*f)(pthread_cond_t*));
/bionic/tools/versioner/current/
H A Dpthread.h124 int pthread_cond_destroy(pthread_cond_t* __cond);
/bionic/libc/dns/resolv/
H A Dres_cache.c1325 pthread_cond_destroy(&tmp->cond);
1396 pthread_cond_destroy(&ri->cond);
/bionic/tests/
H A Dpthread_test.cpp1379 ASSERT_EQ(0, pthread_cond_destroy(&cond));
2255 ASSERT_EQ(0, pthread_cond_destroy(cond));

Completed in 202 milliseconds