orca-software
Public Attributes | List of all members
pcb_entry Struct Reference

Public Attributes

int32_t(* sched_rt )()
 
int32_t(* sched_be )()
 
uint32_t coop_cswitch
 
uint32_t preempt_cswitch
 
uint32_t interrupts
 
uint32_t tick_time
 

Member Data Documentation

§ coop_cswitch

uint32_t pcb_entry::coop_cswitch

cooperative context switches

§ interrupts

uint32_t pcb_entry::interrupts

number of non-masked interrupts

§ preempt_cswitch

uint32_t pcb_entry::preempt_cswitch

preeptive context switches

§ sched_be

int32_t(* pcb_entry::sched_be) ()

pointer to the best effort scheduler

§ sched_rt

int32_t(* pcb_entry::sched_rt) ()

pointer to the realtime scheduler

§ tick_time

uint32_t pcb_entry::tick_time

tick time in microsseconds


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