Searched refs:futex2 (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/bench/ |
| A D | futex-requeue.c | 33 static u_int32_t futex1 = 0, futex2 = 0; variable 104 ret = futex_wait_requeue_pi(&futex1, 0, &futex2, in workerfn() 108 futex_unlock_pi(&futex2, futex_flag); in workerfn() 196 params.pi ? "PI ": "", &futex2, params.nrequeue); in bench_futex_requeue() 233 r = futex_cmp_requeue(&futex1, 0, &futex2, 0, in bench_futex_requeue() 237 r = futex_cmp_requeue_pi(&futex1, 0, &futex2, in bench_futex_requeue() 245 &futex1, &futex2); in bench_futex_requeue() 275 nrequeued = futex_wake(&futex2, nrequeued, futex_flag); in bench_futex_requeue()
|
| /linux/Documentation/userspace-api/ |
| A D | index.rst | 31 futex2
|
| A D | futex2.rst | 4 futex2 chapter 14 futex2 is a followup version of the initial futex syscall, designed to overcome
|
Completed in 6 milliseconds