twz_rt_futex_wake

Function twz_rt_futex_wake 

Source
pub fn twz_rt_futex_wake(
    word: &AtomicFutexWord,
    max: Option<usize>,
) -> Result<()>
Expand description

Wake up up to max threads waiting on word. If max is None, wake up all threads.