HomeSort by relevance Sort by last modified time
    Searched full:pthread_rwlock_t (Results 226 - 250 of 443) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/sys/
types.h 83 typedef .... pthread_rwlock_t;
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/sys/
types.h 83 typedef .... pthread_rwlock_t;
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/
types.h 83 typedef .... pthread_rwlock_t;
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
types.h 83 typedef .... pthread_rwlock_t;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
2-1.c 7 * Test that pthread_rwlock_rdlock(pthread_rwlock_t *rwlock)
49 static pthread_rwlock_t rwlock;
2-2.c 7 * Test that pthread_rwlock_rdlock(pthread_rwlock_t *rwlock)
49 static pthread_rwlock_t rwlock;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
1-1.c 7 * Test that pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock)
40 static pthread_rwlock_t rwlock;
3-1.c 7 * Test that pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock)
42 static pthread_rwlock_t rwlock;
  /bionic/tests/
pthread_test.cpp 747 pthread_rwlock_t lock1 = PTHREAD_RWLOCK_INITIALIZER;
748 pthread_rwlock_t lock2;
754 pthread_rwlock_t l;
802 pthread_rwlock_t lock;
812 std::function<int (pthread_rwlock_t*)> trylock_function;
813 std::function<int (pthread_rwlock_t*)> lock_function;
814 std::function<int (pthread_rwlock_t*, const timespec*)> timed_lock_function;
830 static void test_pthread_rwlock_reader_wakeup_writer(std::function<int (pthread_rwlock_t*)> lock_function) {
861 test_pthread_rwlock_reader_wakeup_writer([&](pthread_rwlock_t* lock) {
866 static void test_pthread_rwlock_writer_wakeup_reader(std::function<int (pthread_rwlock_t*)> lock_function)
    [all...]
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 182 /// We can not use pthread_rwlock_t because it
186 /// Implement a mode where pthread_rwlock_t will be used
309 pthread_rwlock_t mu_;
  /development/ndk/platforms/android-21/include/sys/
types.h 115 typedef .... pthread_rwlock_t;
  /external/compiler-rt/test/tsan/
real_deadlock_detector_stress_test.cc 24 pthread_rwlock_t m;
  /external/dng_sdk/source/
dng_pthread.h 230 #define pthread_rwlock_t dng_pthread_rwlock_t macro
  /external/elfutils/lib/
eu-config.h 35 # define rwlock_define(class,name) class pthread_rwlock_t name
  /external/libyuv/files/third_party/gflags/gen/posix/include/private/
config.h 41 // Define if your pthread library defines the type pthread_rwlock_t
  /external/libyuv/files/third_party/gflags/gen/win/include/private/
config.h 41 // Define if your pthread library defines the type pthread_rwlock_t
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/
2-1.c 38 pthread_rwlock_t rwl;
  /external/valgrind/helgrind/tests/
tc23_bogus_condwait.stderr.exp 29 Thread #x: pthread_cond_{timed}wait called with mutex of type pthread_rwlock_t*
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
pthreadtypes.h 189 } pthread_rwlock_t; typedef in typeref:union:__anon54396
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
pthreadtypes.h 189 } pthread_rwlock_t; typedef in typeref:union:__anon57282
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/sys/
types.h 115 typedef .... pthread_rwlock_t;
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/sys/
types.h 115 typedef .... pthread_rwlock_t;
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/sys/
types.h 115 typedef .... pthread_rwlock_t;
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/sys/
types.h 115 typedef .... pthread_rwlock_t;
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/sys/
types.h 115 typedef .... pthread_rwlock_t;

Completed in 1551 milliseconds

1 2 3 4 5 6 7 8 91011>>