Structs§
- Context
- Everything we need to make a context switch: a signal mask, and the registers and return values that are manipulated directly by assembly code.
- Context
Handle - A wrapper around a
Context
, primarily meant for use in test code.
Enums§
- Error
- Errors that may arise when working with contexts.