Home
last modified time | relevance | path

Searched refs:clockrt (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_futex.c70 bool clockrt; member
205 args->clockrt = args->op & LINUX_FUTEX_CLOCK_REALTIME; in linux_futex()
208 if (args->clockrt && in linux_futex()
277 args->clockrt = true; in linux_futex()
800 clockid = args->clockrt ? CLOCK_REALTIME : CLOCK_MONOTONIC; in linux_umtx_abs_timeout_init()