Skip to main content

SYS_FUTEX_WAKE

Constant SYS_FUTEX_WAKE 

Source
pub const SYS_FUTEX_WAKE: usize = 304; // 304usize
Expand description

Wake up to N waiters blocked on a futex word.

  • addr: futex word address
  • max_wake: maximum number of waiters to wake

Returns the number of waiters actually woken.