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