Expand description
CPU-related definitions.
Modules§
- local
- CPU local storage.
- set
- This module contains the implementation of the CPU set and atomic CPU set.
Structs§
- CpuId
- The ID of a CPU in the system.
- CpuId
From IntError - The error type returned when converting an out-of-range integer to
CpuId
.
Traits§
- PinCurrent
Cpu - A marker trait for guard types that can “pin” the current task to the current CPU.