Searched refs:futex2 (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/perf/bench/ |
A D | futex-requeue.c | 34 static u_int32_t futex1 = 0, futex2 = 0; variable 105 ret = futex_wait_requeue_pi(&futex1, 0, &futex2, in workerfn() 109 futex_unlock_pi(&futex2, futex_flag); in workerfn() 208 params.pi ? "PI ": "", &futex2, params.nrequeue); in bench_futex_requeue() 245 r = futex_cmp_requeue(&futex1, 0, &futex2, 0, in bench_futex_requeue() 249 r = futex_cmp_requeue_pi(&futex1, 0, &futex2, in bench_futex_requeue() 257 &futex1, &futex2); in bench_futex_requeue() 287 nrequeued = futex_wake(&futex2, nrequeued, futex_flag); in bench_futex_requeue()
|
/linux-6.3-rc2/Documentation/translations/zh_CN/userspace-api/ |
A D | futex2.rst | 4 :Original: Documentation/userspace-api/futex2.rst 11 futex2 chapter 20 futex2是初代futex系统调用的后续版本,旨在克服原有接口的限制。
|
A D | index.rst | 32 futex2
|
/linux-6.3-rc2/Documentation/userspace-api/ |
A D | index.rst | 33 futex2
|
A D | futex2.rst | 4 futex2 chapter 14 futex2 is a followup version of the initial futex syscall, designed to overcome
|
Completed in 7 milliseconds