| /third_party/musl/src/thread/ |
| H A D | pthread_cond_timedwait_monotonic_np.c | 18 pthread_cond_timedwait_monotonic_np(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abs_timeout) pthread_cond_timedwait_monotonic_np() argument
|
| H A D | pthread_mutex_timedlock_monotonic_np.c | 18 int pthread_mutex_timedlock_monotonic_np(pthread_mutex_t* mutex_interface, const struct timespec* abs_timeout) in pthread_mutex_timedlock_monotonic_np() argument
|
| H A D | pthread_mutex_clocklock.c | 18 pthread_mutex_clocklock(pthread_mutex_t* mutex_interface, clockid_t clock_id, const struct timespec* abs_timeout) pthread_mutex_clocklock() argument
|
| H A D | pthread_cond_clockwait.c | 18 pthread_cond_clockwait(pthread_cond_t *cond, pthread_mutex_t *mutex, clockid_t clock_id, const struct timespec *abs_timeout) pthread_cond_clockwait() argument
|
| H A D | pthread_cond_timeout_np.c | 22 struct timespec abs_timeout; in pthread_cond_timeout_np() local
|
| H A D | pthread_mutex_lock_timeout_np.c | 24 struct timespec abs_timeout; in pthread_mutex_lock_timeout_np() local
|
| /third_party/musl/porting/linux/user/src/thread/ |
| H A D | pthread_mutex_timedlock_monotonic_np.c | 18 int pthread_mutex_timedlock_monotonic_np(pthread_mutex_t* mutex_interface, const struct timespec* abs_timeout) in pthread_mutex_timedlock_monotonic_np() argument
|
| H A D | pthread_cond_timedwait_monotonic_np.c | 18 pthread_cond_timedwait_monotonic_np(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abs_timeout) pthread_cond_timedwait_monotonic_np() argument
|
| H A D | pthread_mutex_clocklock.c | 18 pthread_mutex_clocklock(pthread_mutex_t* mutex_interface, clockid_t clock_id, const struct timespec* abs_timeout) pthread_mutex_clocklock() argument
|
| H A D | pthread_cond_clockwait.c | 18 pthread_cond_clockwait(pthread_cond_t *cond, pthread_mutex_t *mutex, clockid_t clock_id, const struct timespec *abs_timeout) pthread_cond_clockwait() argument
|
| H A D | pthread_mutex_lock_timeout_np.c | 24 struct timespec abs_timeout; in pthread_mutex_lock_timeout_np() local
|
| H A D | pthread_cond_timeout_np.c | 22 struct timespec abs_timeout; in pthread_cond_timeout_np() local
|
| /third_party/mesa3d/src/util/ |
| H A D | os_time.c | 120 int64_t time, abs_timeout; in os_time_get_absolute_timeout() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
| H A D | 2-1.c | 50 struct timespec abs_timeout; in fn_rd() local [all...] |
| H A D | 6-2.c | 84 struct timespec abs_timeout; in th_fn() local
|
| H A D | 6-1.c | 75 struct timespec abs_timeout; in th_fn() local
|
| 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 [all...] |
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
| H A D | 2-1.c | 51 struct timespec abs_timeout; in fn() local [all...] |
| H A D | 6-2.c | 84 struct timespec abs_timeout; in th_fn() local
|
| H A D | 6-1.c | 75 struct timespec abs_timeout; in th_fn() local
|
| 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 [all...] |
| /third_party/ltp/testcases/kernel/syscalls/mq_timedsend/ |
| H A D | mq_timedsend01.c | 170 void *msg_ptr, *abs_timeout; in do_test() local
|
| /third_party/ltp/testcases/kernel/syscalls/mq_timedreceive/ |
| H A D | mq_timedreceive01.c | 157 void *abs_timeout; in do_test() local
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3d_fence.c | 96 uint64_t abs_timeout = os_time_get_absolute_timeout(timeout_ns); in v3d_fence_wait() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
| H A D | futex.h | 94 struct timespec abs_timeout = t.MakeAbsTimespec(); in WaitUntil() local
|