Searched refs:futex_lock_pi (Results 1 – 4 of 4) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi.c | 139 futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in waiterfn() 164 futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in broadcast_wakerfn() 215 futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in signal_wakerfn() 265 args->ret = futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in third_party_blocker()
|
D | futex_requeue_pi_signal_restart.c | 168 futex_lock_pi(&f2, 0, 0, FUTEX_PRIVATE_FLAG); in main()
|
/external/linux-kselftest/tools/testing/selftests/futex/include/ |
D | futextest.h | 125 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, in futex_lock_pi() function
|
/external/ltp/testcases/kernel/syscalls/futex/ |
D | futextest.h | 156 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, in futex_lock_pi() function
|