Searched refs:futex_pi (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_wait_timeout.c | 26 static futex_t futex_pi; variable 48 ret = futex_lock_pi(&futex_pi, NULL, 0, 0); in get_pi_lock() 161 res = futex_wait_requeue_pi(&f1, f1, &futex_pi, &to, FUTEX_CLOCK_REALTIME); in main() 167 res = futex_wait_requeue_pi(&f1, f1, &futex_pi, &to, 0); in main() 185 res = futex_lock_pi(&futex_pi, &to, 0, 0); in main() 189 res = futex_lock_pi(&futex_pi, NULL, 0, FUTEX_CLOCK_REALTIME); in main()
|