Constant COMPLETE
pub(in ::sys::sync::once::futex) const COMPLETE: u32 = 0u32;
Initialization has completed and all future calls should finish immediately.
By choosing this state as the all-zero state the is_completed check can be
a bit faster on some platforms.