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. | |
pe_init_f | post_lp_init |
PE initialization routine, after LP init. | |
pe_gvt_f | gvt |
PE per GVT routine. | |
pe_final_f | final |
PE finilization routine. |
User model implements virtual functions for per PE operations. Currently, ROSS provides hooks for PE init, finalization and per GVT operations.
Definition at line 69 of file ross-types.h.
pe_final_f tw_petype::final |
Definition at line 73 of file ross-types.h.
Referenced by tw_scheduler_conservative(), tw_scheduler_optimistic(), tw_scheduler_optimistic_debug(), tw_scheduler_optimistic_realtime(), tw_scheduler_sequential(), and tw_scheduler_sequential_rollback_check().
pe_gvt_f tw_petype::gvt |
Definition at line 72 of file ross-types.h.
pe_init_f tw_petype::post_lp_init |
Definition at line 71 of file ross-types.h.
Referenced by tw_sched_init().
pe_init_f tw_petype::pre_lp_init |
Definition at line 70 of file ross-types.h.
Referenced by tw_sched_init().