HomeSort by relevance Sort by last modified time
    Searched full:pthread_rwlock_rdlock (Results 76 - 100 of 155) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
pthread.h 252 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
pthread.h 252 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
pthread.h 252 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
pthread.h 252 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 234 PTHREAD_WRAPPER(pthread_rwlock_rdlock, (pthread_rwlock_t *rwlock), (rwlock), "(rwlock:%p)");
  /external/valgrind/unittest/
thread_wrappers_pthread.h 245 void ReaderLock() { CHECK(0 == pthread_rwlock_rdlock(&mu_)); }
  /external/valgrind/main/helgrind/
hg_intercepts.c     [all...]
  /external/ceres-solver/internal/ceres/
mutex.h 241 void Mutex::ReaderLock() { CERES_SAFE_PTHREAD(pthread_rwlock_rdlock); }
  /external/chromium/sdch/open-vcdiff/src/
mutex.h 232 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); }
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
simple_mutex.h 253 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); }
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
simple_mutex.h 253 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); }
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 991 TSAN_INTERCEPTOR(int, pthread_rwlock_rdlock, void *m) {
992 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_rdlock, m);
993 int res = REAL(pthread_rwlock_rdlock)(m);
    [all...]
tsan_stat.cc 163 name[StatInt_pthread_rwlock_rdlock] = " pthread_rwlock_rdlock ";
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 170 CHECK_EQ(pthread_rwlock_rdlock((pthread_rwlock_t*)mtx_), 0);
  /external/open-vcdiff/gflags/src/
mutex.h 269 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); }
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 304 void ReaderLock() { CHECK(0 == pthread_rwlock_rdlock(&mu_)); }
  /hardware/ti/omap4xxx/
heaptracker.c 510 pthread_rwlock_rdlock(rwlock);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread-2.7.so 
libpthread.so.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread-2.7.so 
libpthread.so.0 
  /external/bison/lib/glthread/
lock.h 129 # pragma weak pthread_rwlock_rdlock macro
193 (pthread_in_use () ? pthread_rwlock_rdlock (LOCK) : 0)
    [all...]
lock.c 72 return pthread_rwlock_rdlock (&lock->rwlock);
  /external/stressapptest/src/
worker.h 159 sat_assert(0 == pthread_rwlock_rdlock(&status_rwlock_));
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 

Completed in 257 milliseconds

1 2 34 5 6 7