ROSS
Data Fields
tw_petype Struct Reference

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...
 

Detailed Description

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.

Field Documentation

pe_final_f tw_petype::final
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().


The documentation for this struct was generated from the following file: