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

  /external/valgrind/main/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);
  /bionic/libc/bionic/
pthread-rwlocks.c 212 return pthread_rwlock_timedrdlock(rwlock, NULL);
232 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout) function
  /bionic/libc/include/
pthread.h 248 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /development/ndk/platforms/android-9/include/
pthread.h 250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
pthread.h 250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
pthread.h 250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
pthread.h 250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
pthread.h 250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
pthread.h 250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
pthread.h 250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
pthread.h 250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 864 extern int pthread_rwlock_timedrdlock (pthread_rwlock_t *__restrict __rwlock,
    [all...]

Completed in 549 milliseconds