Searched defs:abs_timeout (Results 1 – 5 of 5) sorted by relevance
216 const timespec* abs_timeout) { in pthread_cond_timedwait_monotonic()223 const timespec* abs_timeout) { in pthread_cond_timedwait_monotonic_np()233 timespec* abs_timeout = nullptr; in pthread_cond_timedwait_relative_np() local
400 const timespec* abs_timeout) { in __recursive_or_errorcheck_mutex_wait()624 timespec abs_timeout; in pthread_mutex_lock_timeout_np() local635 int pthread_mutex_timedlock(pthread_mutex_t* mutex_interface, const timespec* abs_timeout) { in pthread_mutex_timedlock()
421 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()
234 int sem_timedwait(sem_t* sem, const timespec* abs_timeout) { in sem_timedwait()
69 bool use_realtime_clock, const struct timespec* abs_timeout) { in __futex_wait_ex()