Function atomic_wait::wake_all

source ·
pub fn wake_all(atomic: *const AtomicU32)
Expand description

Wake all threads that are waiting on this atomic.

It’s okay if the pointer dangles or is null.