HomeSort by relevance Sort by last modified time
    Searched refs:pthread_rwlockattr_setkind_np (Results 1 - 4 of 4) sorted by null

  /bionic/libc/bionic/
pthread_rwlock.cpp 126 int pthread_rwlockattr_setkind_np(pthread_rwlockattr_t* attr, int pref) { function
  /bionic/libc/include/
pthread.h 227 int pthread_rwlockattr_setkind_np(pthread_rwlockattr_t* __attr, int __kind) __INTRODUCED_IN(23);
  /bionic/libc/malloc_debug/
malloc_debug.cpp 120 pthread_rwlockattr_setkind_np(&attr, PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP);
  /bionic/tests/
pthread_test.cpp 851 ASSERT_EQ(0, pthread_rwlockattr_setkind_np(&attr, kind_array[i]));
    [all...]

Completed in 401 milliseconds