Home
last modified time | relevance | path

Searched refs:pthread_rwlockattr_getkind_np (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/include/
Dpthread.h233 int pthread_rwlockattr_getkind_np(const pthread_rwlockattr_t* __attr, int* __kind)
/bionic/libc/bionic/
Dpthread_rwlock.cpp121 int pthread_rwlockattr_getkind_np(const pthread_rwlockattr_t* attr, int* pref) { in pthread_rwlockattr_getkind_np() function
/bionic/docs/
Dstatus.md158 * <pthread.h> `pthread_rwlockattr_getkind_np`/`pthread_rwlockattr_setkind_np`.
/bionic/tools/versioner/platforms/
Dlibc.map.txt820 pthread_rwlockattr_getkind_np; # introduced=23
/bionic/libc/
Dlibc.map.txt820 pthread_rwlockattr_getkind_np; # introduced=23
/bionic/tests/
Dpthread_test.cpp853 ASSERT_EQ(0, pthread_rwlockattr_getkind_np(&attr, &kind)); in TEST()