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
Current priority.
May change through Priority Inheritance.
Referenced by rt_task_inquire().
The documentation for this struct was generated from the following file: