Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpthread.h197 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t*, int) __nonnull((1));
/bionic/libc/bionic/
Dpthread_rwlock.cpp108 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t* attr, int pshared) { in pthread_rwlockattr_setpshared() function
/bionic/libc/tools/
Dposix-2013.txt793 pthread_rwlockattr_setpshared
/bionic/libc/
Dlibc.map926 pthread_rwlockattr_setpshared;
/bionic/tests/
Dpthread_test.cpp649 ASSERT_EQ(0, pthread_rwlockattr_setpshared(&attr, pshared_value_array[i])); in TEST()