[−][src]Static sunrise_kernel::cpu_locals::ARE_CPU_LOCALS_INITIALIZED_YET
pub static ARE_CPU_LOCALS_INITIALIZED_YET: AtomicBool
Use this if your code might run in an early boot stage to know if you're allowed to access a cpu-local variable. Accessing one when this is false is UB.
Always true after init_cpu_locals
have been called.