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 | 25 static futex_t futex_pi; variable 37 ret = futex_lock_pi(&futex_pi, NULL, 0, 0); in get_pi_lock() 117 res = futex_wait_requeue_pi(&f1, f1, &futex_pi, &to, FUTEX_CLOCK_REALTIME); in TEST() 123 res = futex_wait_requeue_pi(&f1, f1, &futex_pi, &to, 0); in TEST() 154 res = futex_lock_pi(&futex_pi, &to, 0, 0); in TEST() 158 res = futex_lock_pi(&futex_pi, NULL, 0, FUTEX_CLOCK_REALTIME); in TEST()
|