Searched refs:futex_get_abs_timeout (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_wait_timeout.c | 78 static int futex_get_abs_timeout(clockid_t clockid, struct timespec *to, in futex_get_abs_timeout() function 147 if (futex_get_abs_timeout(CLOCK_REALTIME, &to, timeout_ns)) in main() 153 if (futex_get_abs_timeout(CLOCK_MONOTONIC, &to, timeout_ns)) in main() 159 if (futex_get_abs_timeout(CLOCK_REALTIME, &to, timeout_ns)) in main() 165 if (futex_get_abs_timeout(CLOCK_MONOTONIC, &to, timeout_ns)) in main() 183 if (futex_get_abs_timeout(CLOCK_REALTIME, &to, timeout_ns)) in main() 193 if (futex_get_abs_timeout(CLOCK_MONOTONIC, &to, timeout_ns)) in main() 199 if (futex_get_abs_timeout(CLOCK_REALTIME, &to, timeout_ns)) in main()
|