wake_all

Function 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.