Home
last modified time | relevance | path

Searched defs:abs_timeout (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
Dbionic_futex.cpp38 const timespec* abs_timeout, int bitset) { in FutexWithTimeout()
72 const timespec* abs_timeout) { in __futex_wait_ex()
78 const timespec* abs_timeout) { in __futex_pi_lock_ex()
Dsemaphore.cpp233 static int __sem_timedwait(sem_t* sem, const timespec* abs_timeout, bool use_realtime_clock) { in __sem_timedwait()
270 int sem_timedwait(sem_t* sem, const timespec* abs_timeout) { in sem_timedwait()
274 int sem_timedwait_monotonic_np(sem_t* sem, const timespec* abs_timeout) { in sem_timedwait_monotonic_np()
278 int sem_clockwait(sem_t* sem, clockid_t clock, const timespec* abs_timeout) { in sem_clockwait()
Dpthread_rwlock.cpp420 int pthread_rwlock_timedrdlock(pthread_rwlock_t* rwlock_interface, const timespec* abs_timeout) { in pthread_rwlock_timedrdlock()
427 const timespec* abs_timeout) { in pthread_rwlock_timedrdlock_monotonic_np()
434 const struct timespec* abs_timeout) { in pthread_rwlock_clockrdlock()
458 int pthread_rwlock_timedwrlock(pthread_rwlock_t* rwlock_interface, const timespec* abs_timeout) { in pthread_rwlock_timedwrlock()
465 const timespec* abs_timeout) { in pthread_rwlock_timedwrlock_monotonic_np()
472 const struct timespec* abs_timeout) { in pthread_rwlock_clockwrlock()
Dpthread_cond.cpp235 const timespec* abs_timeout) { in pthread_cond_timedwait_monotonic_np()
240 const struct timespec* abs_timeout) { in pthread_cond_clockwait()
256 const timespec* abs_timeout) { in pthread_cond_timedwait_monotonic()
268 timespec* abs_timeout = nullptr; in pthread_cond_timedwait_relative_np() local
Dpthread_mutex.cpp179 const timespec* abs_timeout) { in PIMutexTimedLock()
694 const timespec* abs_timeout) { in RecursiveOrErrorcheckMutexWait()
958 timespec abs_timeout; in pthread_mutex_lock_timeout_np() local
970 const timespec* abs_timeout, const char* function) { in __pthread_mutex_timedlock()
990 int pthread_mutex_timedlock(pthread_mutex_t* mutex_interface, const struct timespec* abs_timeout) { in pthread_mutex_timedlock()
995 const struct timespec* abs_timeout) { in pthread_mutex_timedlock_monotonic_np()
1000 const struct timespec* abs_timeout) { in pthread_mutex_clocklock()