Searched refs:futex_get_abs_timeout (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/tools/testing/selftests/futex/functional/ |
D | futex_wait_timeout.c | 74 static int futex_get_abs_timeout(clockid_t clockid, struct timespec *to, in futex_get_abs_timeout() function 136 if (futex_get_abs_timeout(CLOCK_REALTIME, &to, timeout_ns)) in main() 142 if (futex_get_abs_timeout(CLOCK_MONOTONIC, &to, timeout_ns)) in main() 148 if (futex_get_abs_timeout(CLOCK_REALTIME, &to, timeout_ns)) in main() 154 if (futex_get_abs_timeout(CLOCK_MONOTONIC, &to, timeout_ns)) in main() 169 if (futex_get_abs_timeout(CLOCK_REALTIME, &to, timeout_ns)) in main()
|