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

/bionic/libc/include/
H A Dpthread.h216 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t*, int*) __nonnull((1, 2));
/bionic/libc/bionic/
H A Dpthread_rwlock.cpp99 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t* attr, int* pshared) { function
/bionic/tests/
H A Dpthread_test.cpp648 ASSERT_EQ(0, pthread_rwlockattr_getpshared(&attr, &pshared));

Completed in 2353 milliseconds