Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpthread.h235 int pthread_rwlockattr_setkind_np(pthread_rwlockattr_t* __attr, int __kind) __INTRODUCED_IN(23);
/bionic/libc/bionic/
Dpthread_rwlock.cpp126 int pthread_rwlockattr_setkind_np(pthread_rwlockattr_t* attr, int pref) { in pthread_rwlockattr_setkind_np() function
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp124 pthread_rwlockattr_setkind_np(&attr, PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP); in Init()
/bionic/docs/
Dstatus.md158 * <pthread.h> `pthread_rwlockattr_getkind_np`/`pthread_rwlockattr_setkind_np`.
/bionic/tests/
Dpthread_test.cpp851 ASSERT_EQ(0, pthread_rwlockattr_setkind_np(&attr, kind_array[i])); in TEST()
1279 ASSERT_EQ(0, pthread_rwlockattr_setkind_np(&attr, kind_type)); in InitRwlock()
/bionic/tools/versioner/platforms/
Dlibc.map.txt823 pthread_rwlockattr_setkind_np; # introduced=23
/bionic/libc/
Dlibc.map.txt823 pthread_rwlockattr_setkind_np; # introduced=23