Constant INCOMPLETE
pub(in ::sys::sync::once::futex) const INCOMPLETE: u32 = 3u32;
No initialization has run yet, and no thread is currently using the Once.
INCOMPLETEpub(in ::sys::sync::once::futex) const INCOMPLETE: u32 = 3u32;
No initialization has run yet, and no thread is currently using the Once.