Expand description
Functions for manipulating threads.
Modules§
Structs§
- Base type for a thread object.
Enums§
- Possible execution states for a thread. The transitions available are: +————+ +———–+ +———––+ | Sleeping +<—>+ Running +<—>+ Suspended | +————+ +—–+—–+ +———––+ | | +–––––+ +–>+ Exited | +–––––+ The kernel will not transition a thread out of the exited state.