twizzler_rt_abi::thread

Function twz_rt_futex_wake

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

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