Expand description
Architecture-independent context management interface
This module defines the common interface for thread context management that must be implemented for each architecture.
Traits§
- Thread
Context - Thread context trait
Functions§
- init_
fpu - Initialize FPU/SIMD for the current CPU
- restore_
fpu_ state - Restore FPU/SIMD state
- save_
fpu_ state - Save FPU/SIMD state
- switch_
context ⚠ - Perform a context switch between two threads
Type Aliases§
- Arch
Thread Context - Architecture-specific thread context type alias