![]() |
nsbaci 1.0
|
Type definitions for runtime-related operations. More...

Go to the source code of this file.
Namespaces | |
| namespace | nsbaci::types |
| Type definitions namespace for nsbaci (runtime-specific). | |
| namespace | nsbaci |
| Root namespace for the nsbaci application. | |
Typedefs | |
| using | nsbaci::types::ThreadID = unsigned long long int |
| using | nsbaci::types::Priority = unsigned long int |
Enumerations | |
| enum class | nsbaci::types::ThreadState { nsbaci::types::Ready , nsbaci::types::Running , nsbaci::types::Blocked , nsbaci::types::Waiting , nsbaci::types::IO , nsbaci::types::Terminated } |
Type definitions for runtime-related operations.
This header provides type aliases used by the RuntimeService and other components that work with runtime execution.