Home
last modified time | relevance | path

Searched refs:pthread_rwlockattr_getpshared (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/include/
Dpthread.h196 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t*, int*) __nonnull((1, 2));
/bionic/libc/bionic/
Dpthread_rwlock.cpp99 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t* attr, int* pshared) { in pthread_rwlockattr_getpshared() function
/bionic/libc/tools/
Dposix-2013.txt791 pthread_rwlockattr_getpshared
/bionic/libc/
Dlibc.map923 pthread_rwlockattr_getpshared;
/bionic/tests/
Dpthread_test.cpp651 ASSERT_EQ(0, pthread_rwlockattr_getpshared(&attr, &pshared)); in TEST()