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

Detailed Description

tw_petype

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.

Field Documentation

◆ final

◆ gvt

pe_gvt_f tw_petype::gvt

Definition at line 72 of file ross-types.h.

◆ post_lp_init

pe_init_f tw_petype::post_lp_init

Definition at line 71 of file ross-types.h.

Referenced by tw_sched_init().

◆ pre_lp_init

pe_init_f tw_petype::pre_lp_init

Definition at line 70 of file ross-types.h.

Referenced by tw_sched_init().


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