Function std::sys::unix::futex::futex_wake_all

source ·
pub fn futex_wake_all(futex: &AtomicU32)
Expand description

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