Virtual Functions for per PE ops. More...
#include <ross-types.h>
Data Fields | |
pe_init_f | pre_lp_init |
PE initialization routine, before LP init. More... | |
pe_init_f | post_lp_init |
PE initialization routine, after LP init. More... | |
pe_gvt_f | gvt |
PE per GVT routine. More... | |
pe_final_f | final |
PE finilization routine. More... | |
tw_petypeUser model implements virtual functions for per PE operations. Currently, ROSS provides hooks for PE init, finalization and per GVT operations.
Definition at line 59 of file ross-types.h.
pe_final_f tw_petype::final |
Definition at line 63 of file ross-types.h.
Referenced by tw_scheduler_conservative(), tw_scheduler_optimistic(), tw_scheduler_optimistic_debug(), tw_scheduler_optimistic_realtime(), and tw_scheduler_sequential().
pe_gvt_f tw_petype::gvt |
Definition at line 62 of file ross-types.h.
pe_init_f tw_petype::post_lp_init |
Definition at line 61 of file ross-types.h.
Referenced by tw_sched_init().
pe_init_f tw_petype::pre_lp_init |
Definition at line 60 of file ross-types.h.
Referenced by tw_sched_init().