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

/bionic/libc/include/
H A Dpthread.h217 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t*, int) __nonnull((1));
/bionic/libc/bionic/
H A Dpthread_rwlock.cpp108 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t* attr, int pshared) { function
/bionic/tests/
H A Dpthread_test.cpp646 ASSERT_EQ(0, pthread_rwlockattr_setpshared(&attr, pshared_value_array[i]));

Completed in 191 milliseconds