Home
last modified time | relevance | path

Searched refs:pthread_rwlock_destroy (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dpthread_rwlock.cpp127 int pthread_rwlock_destroy(pthread_rwlock_t* rwlock) { in pthread_rwlock_destroy() function
/bionic/libc/include/
Dpthread.h221 int pthread_rwlock_destroy(pthread_rwlock_t*) __nonnull((1));
/bionic/tests/
Dpthread_test.cpp672 ASSERT_EQ(0, pthread_rwlock_destroy(&l)); in TEST()