Searched refs:pthread_condattr_destroy (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_cond.cpp102 int pthread_condattr_destroy(pthread_condattr_t* attr) { function
/bionic/libc/include/
H A Dpthread.h155 int pthread_condattr_destroy(pthread_condattr_t*) __nonnull((1));
/bionic/tests/
H A Dpthread_test.cpp1141 ASSERT_EQ(0, pthread_condattr_destroy(&attr));

Completed in 41 milliseconds