Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dpthread_h.c189 FUNCTION(pthread_rwlockattr_getpshared, int (*f)(const pthread_rwlockattr_t*, int*)); in pthread_h()
/bionic/libc/include/
Dpthread.h231 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t* __attr, int* __shared);
/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/tools/versioner/platforms/
Dlibc.map.txt821 pthread_rwlockattr_getpshared;
/bionic/libc/
Dlibc.map.txt821 pthread_rwlockattr_getpshared;
/bionic/tests/
Dpthread_test.cpp844 ASSERT_EQ(0, pthread_rwlockattr_getpshared(&attr, &pshared)); in TEST()