Searched refs:futex2 (Results 1 – 1 of 1) sorted by relevance
/tools/perf/bench/ |
D | futex-requeue.c | 24 static u_int32_t futex1 = 0, futex2 = 0; variable 137 fshared ? "shared":"private", &futex1, &futex2, nrequeue); in bench_futex_requeue() 169 futex_cmp_requeue(&futex1, 0, &futex2, 0, in bench_futex_requeue() 187 nrequeued = futex_wake(&futex2, nthreads, futex_flag); in bench_futex_requeue()
|