twizzler_abi

Module thread

source
Expand description

Functions for manipulating threads.

Modules§

Structs§

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.