Re-exports§
pub use self::guard::disable_preempt;
pub use self::guard::DisabledPreemptGuard;
Modules§
- cpu_
local 🔒 - This module maintains preemption-related information for the current task on a CPU with a single 32-bit, CPU-local integer value.
- guard 🔒
Functions§
- halt_
cpu - Halts the CPU until interrupts if no preemption is required.