Function futex_wake_all

Source
pub fn futex_wake_all(futex: &Atomic<u32>)
Expand description

Wakes up all threads that are waiting on futex_wait on this futex.