scheduler.h
Include dependency graph for scheduler.h:
This graph shows which files directly or indirectly include scheduler.h:
Defines
-
DEFAULT_REDUCTIONS_AMOUNT
Functions
-
Context *scheduler_run(GlobalContext *global)
-
void scheduler_init_ready(Context *c)
-
void scheduler_signal_message(Context *c)
-
void scheduler_terminate(Context *c)
-
void scheduler_stop_all(GlobalContext *global)
-
Context *scheduler_next(GlobalContext *global, Context *c)
-
void scheduler_set_timeout(Context *ctx, avm_int64_t timeout)
-
void scheduler_cancel_timeout(Context *ctx)
-
int scheduler_entry_point(GlobalContext *glb)