Module preempt

Source

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.