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

  /bionic/libc/include/
pthread.h 219 int pthread_rwlockattr_setkind_np(pthread_rwlockattr_t*, int) __nonnull((1));
  /bionic/libc/bionic/
pthread_rwlock.cpp 126 int pthread_rwlockattr_setkind_np(pthread_rwlockattr_t* attr, int pref) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h     [all...]
  /bionic/tests/
pthread_test.cpp 655 ASSERT_EQ(0, pthread_rwlockattr_setkind_np(&attr, kind_array[i]));
926 ASSERT_EQ(0, pthread_rwlockattr_setkind_np(&attr, kind_type));
    [all...]

Completed in 250 milliseconds