pub const SYS_FUTEX_WAKE: usize = 304;
Wake up to N waiters blocked on a futex word.
addr
max_wake
Returns the number of waiters actually woken.