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. | |
Base priority.
Current priority.
May change through Priority Inheritance.
| unsigned RT_TASK_INFO::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.
Number of primary->secondary mode switches.
Number of context switches.
Number of triggered page faults.
1.5.3