Home
last modified time | relevance | path

Searched defs:abs_time (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/util/
Dcnd_monotonic.h110 u_cnd_monotonic_timedwait(struct u_cnd_monotonic *cond, mtx_t *mtx, const struct timespec *abs_time) in u_cnd_monotonic_timedwait()
/third_party/pulseaudio/src/pulsecore/
Dcore-rtclock.c69 uint64_t val, abs_time = mach_absolute_time(); in pa_rtclock_get() local
/third_party/mesa3d/src/c11/impl/
Dthreads_win32.c103 static DWORD impl_abs2relmsec(const struct timespec *abs_time) in impl_abs2relmsec()
221 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait()
Dthreads_posix.c115 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait()
/third_party/lwip/src/core/
Dtimeouts.c183 sys_timeout_abs(u32_t abs_time, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_abs()