Searched refs:futex_lock_pi (Results 1 – 5 of 5) sorted by relevance
/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi.c | 136 futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in waiterfn() 161 futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in broadcast_wakerfn() 212 futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in signal_wakerfn() 262 args->ret = futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in third_party_blocker()
|
D | futex_requeue_pi_signal_restart.c | 167 futex_lock_pi(&f2, 0, 0, FUTEX_PRIVATE_FLAG); in main()
|
/tools/perf/bench/ |
D | futex.h | 63 futex_lock_pi(u_int32_t *uaddr, struct timespec *timeout, int opflags) in futex_lock_pi() function
|
D | futex-lock-pi.c | 94 ret = futex_lock_pi(w->futex, NULL, futex_flag); in workerfn()
|
/tools/testing/selftests/futex/include/ |
D | futextest.h | 121 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, in futex_lock_pi() function
|