HomeSort by relevance Sort by last modified time
    Searched refs:abs_timeout (Results 76 - 100 of 122) sorted by null

1 2 34 5

  /bionic/libc/bionic/
semaphore.c 264 int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout)
283 if (abs_timeout == NULL ||
284 abs_timeout->tv_sec < 0 ||
285 abs_timeout->tv_nsec < 0 ||
286 abs_timeout->tv_nsec >= 1000000000)
300 ts.tv_sec = abs_timeout->tv_sec - ts.tv_sec;
301 ts.tv_nsec = abs_timeout->tv_nsec - ts.tv_nsec;
  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 236 const struct timespec *abs_timeout),
237 (rwlock, abs_timeout), "(rwlock:%p, abs_timeout:%p)");
244 const struct timespec *abs_timeout), (rwlock, abs_timeout),
245 "(rwlock:%p, abs_timeout:%p)");
  /development/ndk/platforms/android-9/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 662 const struct timespec *abs_timeout)
669 CALL_FN_W_WW(ret, fn, mutex, abs_timeout);
676 (pthread_mutex_t *mutex, const struct timespec *abs_timeout),
677 (mutex, abs_timeout));
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
pthread.h 250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
pthread.h 250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
pthread.h 250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
pthread.h 250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
pthread.h 250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
pthread.h 250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
pthread.h 250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
pthread.h 254 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
258 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
pthread.h 254 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
258 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
pthread.h 254 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
258 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
pthread.h 254 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
258 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
pthread.h 254 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
258 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
pthread.h 254 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
258 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
pthread.h 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);

Completed in 2070 milliseconds

1 2 34 5