Searched defs:abs_timeout (Results 1 – 7 of 7) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | bionic_futex.cpp | 37 const timespec* abs_timeout, int bitset) { in FutexWithTimeout() 62 const timespec* abs_timeout) { in __futex_wait_ex() 68 const timespec* abs_timeout) { in __futex_pi_lock_ex()
|
H A D | semaphore.cpp | 233 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()
|
H A D | pthread_rwlock.cpp | 419 int pthread_rwlock_timedrdlock(pthread_rwlock_t* rwlock_interface, const timespec* abs_timeout) { in pthread_rwlock_timedrdlock() 426 const timespec* abs_timeout) { in pthread_rwlock_timedrdlock_monotonic_np() 433 const struct timespec* abs_timeout) { in pthread_rwlock_clockrdlock() 457 int pthread_rwlock_timedwrlock(pthread_rwlock_t* rwlock_interface, const timespec* abs_timeout) { in pthread_rwlock_timedwrlock() 464 const timespec* abs_timeout) { in pthread_rwlock_timedwrlock_monotonic_np() 471 const struct timespec* abs_timeout) { in pthread_rwlock_clockwrlock()
|
H A D | pthread_cond.cpp | 235 const timespec* abs_timeout) { in pthread_cond_timedwait_monotonic_np() 240 const struct timespec* abs_timeout) { in pthread_cond_clockwait() 255 const timespec* abs_timeout) { in pthread_cond_timedwait_monotonic() 265 timespec* abs_timeout = nullptr; in pthread_cond_timedwait_relative_np() local
|
H A D | pthread_mutex.cpp | 179 const timespec* abs_timeout) { in PIMutexTimedLock() 689 const timespec* abs_timeout) { in RecursiveOrErrorcheckMutexWait() 951 timespec abs_timeout; in pthread_mutex_lock_timeout_np() local 963 const timespec* abs_timeout, const char* function) { in __pthread_mutex_timedlock() 983 int pthread_mutex_timedlock(pthread_mutex_t* mutex_interface, const struct timespec* abs_timeout) { in pthread_mutex_timedlock() 988 const struct timespec* abs_timeout) { in pthread_mutex_timedlock_monotonic_np() 993 const struct timespec* abs_timeout) { in pthread_mutex_clocklock()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
H A D | cam_semaphore.h | 79 static inline int cam_sem_timedwait(cam_semaphore_t *s, const struct timespec *abs_timeout) in cam_sem_timedwait()
|
/aosp12/art/runtime/ |
H A D | barrier.cc | 79 uint64_t abs_timeout = NanoTime() + MsToNs(timeout_ms); in Increment() local
|