Constant std::sys_common::once::futex::RUNNING

source ·
const RUNNING: u32 = 2;
Expand description

Some thread is currently attempting to run initialization. It may succeed, so all future threads need to wait for it to finish.