Lines Matching defs:futex2
6 * on futex2, N at a time.
34 static u_int32_t futex1 = 0, futex2 = 0;
105 ret = futex_wait_requeue_pi(&futex1, 0, &futex2,
108 /* got the lock at futex2 */
109 futex_unlock_pi(&futex2, futex_flag);
210 params.pi ? "PI ": "", &futex2, params.nrequeue);
246 r = futex_cmp_requeue(&futex1, 0, &futex2, 0,
250 r = futex_cmp_requeue_pi(&futex1, 0, &futex2,
258 &futex1, &futex2);
287 /* everybody should be blocked on futex2, wake'em up */
288 nrequeued = futex_wake(&futex2, nrequeued, futex_flag);