futex_wake_all

Function futex_wake_all 

Source
pub fn futex_wake_all(futex: &Atomic<u32>)
Available on (Linux, or Android, or Emscripten and target feature atomics, or FreeBSD, or OpenBSD, or DragonFly BSD, or Fuchsia) and (Linux or Android) only.
Expand description

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