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

1 2 3

  /external/valgrind/drd/tests/
trylock.stderr.exp 7 Locking rwlock via pthread_rwlock_timedrdlock().
trylock.c 52 fprintf(stderr, "Locking rwlock via pthread_rwlock_timedrdlock().\n");
54 r = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); assert(r == 0);
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 125 INTERCEPTOR(int, pthread_rwlock_timedrdlock, pthread_rwlock_t *m,
128 int res = REAL(pthread_rwlock_timedrdlock)(m, abstime);
312 INTERCEPT_FUNCTION(pthread_rwlock_timedrdlock);
  /bionic/libc/include/
pthread.h 224 int pthread_rwlock_timedrdlock(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2));
  /development/ndk/platforms/android-21/include/
pthread.h 224 int pthread_rwlock_timedrdlock(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2));
  /development/ndk/platforms/android-9/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);

Completed in 485 milliseconds

1 2 3