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

/bionic/libc/include/
H A Dpthread.h214 int pthread_rwlockattr_init(pthread_rwlockattr_t*) __nonnull((1));
/bionic/libc/bionic/
H A Dpthread_rwlock.cpp89 int pthread_rwlockattr_init(pthread_rwlockattr_t* attr) { function
/bionic/tests/
H A Dpthread_test.cpp642 ASSERT_EQ(0, pthread_rwlockattr_init(&attr));
925 ASSERT_EQ(0, pthread_rwlockattr_init(&attr));

Completed in 1747 milliseconds