Searched refs:futex_pi (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/tools/testing/selftests/futex/functional/ |
D | futex_wait_timeout.c | 25 static futex_t futex_pi; variable 46 ret = futex_lock_pi(&futex_pi, NULL, 0, 0); in get_pi_lock() 150 res = futex_wait_requeue_pi(&f1, f1, &futex_pi, &to, FUTEX_CLOCK_REALTIME); in main() 156 res = futex_wait_requeue_pi(&f1, f1, &futex_pi, &to, 0); in main() 171 res = futex_lock_pi(&futex_pi, &to, 0, 0); in main() 175 res = futex_lock_pi(&futex_pi, NULL, 0, FUTEX_CLOCK_REALTIME); in main()
|