Searched refs:pthread_rwlockattr_destroy (Results 1 - 3 of 3) sorted by path

/bionic/libc/bionic/
H A Dpthread_rwlock.cpp94 int pthread_rwlockattr_destroy(pthread_rwlockattr_t* attr) { function
/bionic/libc/include/
H A Dpthread.h215 int pthread_rwlockattr_destroy(pthread_rwlockattr_t*) __nonnull((1));
/bionic/tests/
H A Dpthread_test.cpp661 ASSERT_EQ(0, pthread_rwlockattr_destroy(&attr));
928 ASSERT_EQ(0, pthread_rwlockattr_destroy(&attr));

Completed in 78 milliseconds