Searched refs:futex2 (Results 1 – 1 of 1) sorted by relevance
| /tools/perf/bench/ |
| A D | futex-requeue.c | 34 static u_int32_t futex1 = 0, futex2 = 0; variable 108 ret = futex_wait_requeue_pi(&futex1, 0, &futex2, in workerfn() 112 futex_unlock_pi(&futex2, futex_flag); in workerfn() 215 params.pi ? "PI ": "", &futex2, params.nrequeue); in bench_futex_requeue() 251 r = futex_cmp_requeue(&futex1, 0, &futex2, 0, in bench_futex_requeue() 255 r = futex_cmp_requeue_pi(&futex1, 0, &futex2, in bench_futex_requeue() 263 &futex1, &futex2); in bench_futex_requeue() 293 nrequeued = futex_wake(&futex2, nrequeued, futex_flag); in bench_futex_requeue()
|
Completed in 3 milliseconds