Expand description
CPU-related definitions.
Modules§
- local
- CPU local storage.
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.
Enums§
- Privilege
Level - The CPU privilege level: user mode or kernel mode.
Traits§
- PinCurrent
Cpu - A marker trait for guard types that can “pin” the current task to the current CPU.
Functions§
Type Aliases§
- Atomic
CpuSet - A set of CPU IDs, with support for concurrent access.
- CpuSet
- A set of CPU IDs.