nsbaci 1.0
Loading...
Searching...
No Matches
runtimeTypes.h File Reference

Type definitions for runtime-related operations. More...

This graph shows which files directly or indirectly include this file:

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
}

Detailed Description

Type definitions for runtime-related operations.

This header provides type aliases used by the RuntimeService and other components that work with runtime execution.

Author
Nicolás Serrano García