RT_TASK_INFO Struct Reference


Detailed Description

Structure containing task-information useful to users.

See also:
rt_task_inquire()

Data Fields

int bprio
 Base priority.
int cprio
 Current priority.
unsigned status
 Task's status.
RTIME relpoint
 Time of next release.
char name [XNOBJECT_NAME_LEN]
 Symbolic name assigned at creation.
RTIME exectime
 Execution time in primary mode in nanoseconds.
int modeswitches
 Number of primary->secondary mode switches.
int ctxswitches
 Number of context switches.
int pagefaults
 Number of triggered page faults.

Field Documentation

int RT_TASK_INFO::bprio

Base priority.

int RT_TASK_INFO::cprio

Current priority.

May change through Priority Inheritance.

unsigned RT_TASK_INFO::status

Task's status.

See also:
Task Status

RTIME RT_TASK_INFO::relpoint

Time of next release.

char RT_TASK_INFO::name[XNOBJECT_NAME_LEN]

Symbolic name assigned at creation.

RTIME RT_TASK_INFO::exectime

Execution time in primary mode in nanoseconds.

int RT_TASK_INFO::modeswitches

Number of primary->secondary mode switches.

int RT_TASK_INFO::ctxswitches

Number of context switches.

int RT_TASK_INFO::pagefaults

Number of triggered page faults.


The documentation for this struct was generated from the following file:
Generated on Mon Mar 24 18:02:44 2008 for Xenomai API by  doxygen 1.5.3