/aosp_15_r20/bionic/libc/bionic/ |
H A D | pthread_rwlock.cpp | 420 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()
|
H A D | pthread_mutex.cpp | 179 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()
|
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 | bionic_futex.cpp | 38 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()
|
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() 256 const timespec* abs_timeout) { in pthread_cond_timedwait_monotonic() 268 timespec* abs_timeout = nullptr; in pthread_cond_timedwait_relative_np() local
|
/aosp_15_r20/external/ltp/include/ |
H A D | tst_timer.h | 284 size_t msg_len, unsigned int msg_prio, void *abs_timeout) in libc_mq_timedsend() 290 size_t msg_len, unsigned int msg_prio, void *abs_timeout) in sys_mq_timedsend() 297 size_t msg_len, unsigned int msg_prio, void *abs_timeout) in sys_mq_timedsend64() 304 size_t msg_len, unsigned int *msg_prio, void *abs_timeout) in libc_mq_timedreceive() 310 size_t msg_len, unsigned int *msg_prio, void *abs_timeout) in sys_mq_timedreceive() 317 size_t msg_len, unsigned int *msg_prio, void *abs_timeout) in sys_mq_timedreceive64()
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
H A D | 5-1.c | 50 struct timespec abs_timeout; in fn_wr_1() local 95 struct timespec abs_timeout; in fn_wr_2() local
|
H A D | 2-1.c | 51 struct timespec abs_timeout; in fn() local
|
H A D | 6-1.c | 75 struct timespec abs_timeout; in th_fn() local
|
H A D | 6-2.c | 84 struct timespec abs_timeout; in th_fn() local
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
H A D | 5-1.c | 43 struct timespec abs_timeout; in fn_rd_1() local 88 struct timespec abs_timeout; in fn_rd_2() local
|
H A D | 2-1.c | 50 struct timespec abs_timeout; in fn_rd() local
|
H A D | 6-1.c | 75 struct timespec abs_timeout; in th_fn() local
|
H A D | 6-2.c | 84 struct timespec abs_timeout; in th_fn() local
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | u_queue.c | 117 bool timeout, int64_t abs_timeout) in do_futex_fence_wait() 151 int64_t abs_timeout) in _util_queue_fence_wait_timeout() 179 int64_t abs_timeout) in _util_queue_fence_wait_timeout()
|
H A D | os_time.c | 93 int64_t time, abs_timeout; in os_time_get_absolute_timeout() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | waiter.cc | 163 struct timespec abs_timeout; in Wait() local 230 struct timespec abs_timeout; in Wait() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | waiter.cc | 163 struct timespec abs_timeout; in Wait() local 230 struct timespec abs_timeout; in Wait() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/internal/ |
H A D | waiter.cc | 163 struct timespec abs_timeout; in Wait() local 230 struct timespec abs_timeout; in Wait() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/internal/ |
H A D | waiter.cc | 177 struct timespec abs_timeout; in Wait() local 250 struct timespec abs_timeout; in Wait() local
|
/aosp_15_r20/external/abseil-cpp/absl/synchronization/internal/ |
H A D | sem_waiter.cc | 65 const auto abs_timeout = t.MakeAbsTimespec(); in TimedWait() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | sem_waiter.cc | 65 const auto abs_timeout = t.MakeAbsTimespec(); in TimedWait() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | sem_waiter.cc | 65 const auto abs_timeout = t.MakeAbsTimespec(); in TimedWait() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mq_timedreceive/ |
H A D | mq_timedreceive01.c | 157 void *abs_timeout; in do_test() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mq_timedsend/ |
H A D | mq_timedsend01.c | 170 void *msg_ptr, *abs_timeout; in do_test() local
|