Searched defs:abs_time (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/util/ |
H A D | cnd_monotonic.h | 110 u_cnd_monotonic_timedwait(struct u_cnd_monotonic *cond, mtx_t *mtx, const struct timespec *abs_time) in u_cnd_monotonic_timedwait() argument
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-rtclock.c | 69 uint64_t val, abs_time = mach_absolute_time(); in pa_rtclock_get() local
|
/third_party/lwip/src/core/ |
H A D | timeouts.c | 183 sys_timeout_abs(u32_t abs_time, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_abs() argument
|
/kernel/linux/linux-6.6/kernel/futex/ |
H A D | requeue.c | 762 futex_wait_requeue_pi(u32 __user *uaddr, unsigned int flags, u32 val, ktime_t *abs_time, u32 bitset, u32 __user *uaddr2) futex_wait_requeue_pi() argument
|
H A D | waitwake.c | 632 int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, ktime_t *abs_time, u32 bitset) in futex_wait() argument
|
/third_party/mesa3d/src/c11/impl/ |
H A D | threads_posix.c | 115 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait() argument
|
H A D | threads_win32.c | 103 static DWORD impl_abs2relmsec(const struct timespec *abs_time) in impl_abs2relmsec() argument 221 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait() argument
|
/kernel/linux/linux-5.10/kernel/futex/ |
H A D | core.c | 2694 futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, ktime_t *abs_time, u32 bitset) futex_wait() argument 3179 futex_wait_requeue_pi(u32 __user *uaddr, unsigned int flags, u32 val, ktime_t *abs_time, u32 bitset, u32 __user *uaddr2) futex_wait_requeue_pi() argument
|
Completed in 10 milliseconds