Skip to main content

SYS_FUTEX_REQUEUE

Constant SYS_FUTEX_REQUEUE 

Source
pub const SYS_FUTEX_REQUEUE: usize = 305;
Expand description

Wake waiters on addr and requeue remaining waiters to addr2.

  • addr: source futex word
  • max_wake: maximum waiters to wake
  • addr2: destination futex word for requeue
  • max_requeue: maximum waiters to requeue

Returns the number of waiters woken.