Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_cond.cpp216 const timespec* abs_timeout) { in pthread_cond_timedwait_monotonic()
223 const timespec* abs_timeout) { in pthread_cond_timedwait_monotonic_np()
231 timespec* abs_timeout = nullptr; in pthread_cond_timedwait_relative_np() local
Dpthread_mutex.cpp400 const timespec* abs_timeout) { in __recursive_or_errorcheck_mutex_wait()
618 timespec abs_timeout; in pthread_mutex_lock_timeout_np() local
629 int pthread_mutex_timedlock(pthread_mutex_t* mutex_interface, const timespec* abs_timeout) { in pthread_mutex_timedlock()
Dpthread_rwlock.cpp421 int pthread_rwlock_timedrdlock(pthread_rwlock_t* rwlock_interface, const timespec* abs_timeout) { in pthread_rwlock_timedrdlock()
440 int pthread_rwlock_timedwrlock(pthread_rwlock_t* rwlock_interface, const timespec* abs_timeout) { in pthread_rwlock_timedwrlock()
Dsemaphore.cpp234 int sem_timedwait(sem_t* sem, const timespec* abs_timeout) { in sem_timedwait()
/bionic/libc/private/
Dbionic_futex.h69 bool use_realtime_clock, const struct timespec* abs_timeout) { in __futex_wait_ex()