HomeSort by relevance Sort by last modified time
    Searched refs:pthread_rwlock_trywrlock (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/valgrind/drd/tests/
trylock.stderr.exp 3 Locking rwlock via pthread_rwlock_trywrlock().
trylock.c 34 fprintf(stderr, "Locking rwlock via pthread_rwlock_trywrlock().\n");
35 r = pthread_rwlock_trywrlock(&rwlock); assert(r == 0);
  /system/core/include/utils/
RWLock.h 114 return -pthread_rwlock_trywrlock(&mRWLock);
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 142 INTERCEPTOR(int, pthread_rwlock_trywrlock, pthread_rwlock_t *m) {
144 int res = REAL(pthread_rwlock_trywrlock)(m);
314 INTERCEPT_FUNCTION(pthread_rwlock_trywrlock);
  /external/ceres-solver/internal/ceres/
mutex.h 242 pthread_rwlock_trywrlock(&mutex_) == 0 :
  /external/compiler-rt/test/tsan/
real_deadlock_detector_stress_test.cc 99 err = pthread_rwlock_trywrlock(&m->m);
101 fprintf(stderr, "pthread_rwlock_trywrlock failed with %d\n", err);
  /external/dng_sdk/source/
dng_pthread.h 231 #define pthread_rwlock_trywrlock dng_pthread_rwlock_trywrlock macro
  /external/regex-re2/util/
mutex.h 112 bool Mutex::TryLock() { return pthread_rwlock_trywrlock(&mutex_) == 0; }
  /bionic/libc/include/
pthread.h 227 int pthread_rwlock_trywrlock(pthread_rwlock_t*) __nonnull((1));
  /development/ndk/platforms/android-21/include/
pthread.h 227 int pthread_rwlock_trywrlock(pthread_rwlock_t*) __nonnull((1));
  /development/ndk/platforms/android-9/include/
pthread.h 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
pthread.h 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
pthread.h 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
pthread.h 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
pthread.h 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
pthread.h 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
pthread.h 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
pthread.h 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
pthread.h 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
pthread.h 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
pthread.h 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
pthread.h 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
pthread.h 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
pthread.h 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
pthread.h 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);

Completed in 825 milliseconds

1 2 3