Subastra
|
#include <scheduler.h>
Public Member Functions | |
#define | scheduler_declare_system(scheduler, mut, cons, system_name, depends_on, dependency_count, ...) |
Defines a new system with the name system_name that depends on the systems with the names from depends_on , and requires read only access to cons and mutable access to mut . Adds the system to the scheduler . | |
bool is_requirement_list_set |
bool is_running |
bool is_schedule_planned |
bool is_ticked |
allocator_t persistent_allocator |
system_req_t requirements |
list_t* scheduler_systems |
scheduler_strategy_t strategy |
allocator_t temporary_allocator |