Home
last modified time | relevance | path

Searched refs:pthread_cond_destroy (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/bionic/
Dpthread_cond.cpp147 int pthread_cond_destroy(pthread_cond_t* cond_interface) { in pthread_cond_destroy() function
/bionic/libc/include/
Dpthread.h143 int pthread_cond_destroy(pthread_cond_t*) __nonnull((1));
/bionic/libc/dns/resolv/
Dres_cache.c1264 pthread_cond_destroy(&tmp->cond); in _cache_flush_pending_requests_locked()
1335 pthread_cond_destroy(&ri->cond); in _cache_notify_waiting_tid_locked()
/bionic/libc/tools/
Dposix-2013.txt751 pthread_cond_destroy
/bionic/tests/
Dpthread_test.cpp1076 ASSERT_EQ(0, pthread_cond_destroy(&cond)); in TearDown()
1526 ASSERT_EQ(0, pthread_cond_destroy(cond)); in TEST()
/bionic/libc/
Dlibc.map870 pthread_cond_destroy;