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.
pub fn twz_rt_futex_wake(word: &AtomicFutexWord, max: Option<usize>) -> bool
Wake up up to max threads waiting on word
. If max is None, wake up all threads.