| Xenomai API
    2.5.6.1
    | 
Structure containing task-information useful to users. More...
| 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. | |
Structure containing task-information useful to users.
Base priority.
Referenced by rt_task_inquire().
Number of context switches.
Referenced by rt_task_inquire().
| RTIME rt_task_info::exectime | 
Execution time in primary mode in nanoseconds.
Referenced by rt_task_inquire().
Number of primary->secondary mode switches.
Referenced by rt_task_inquire().
| char rt_task_info::name[XNOBJECT_NAME_LEN] | 
Symbolic name assigned at creation.
Referenced by rt_task_inquire().
Number of triggered page faults.
Referenced by rt_task_inquire().
| RTIME rt_task_info::relpoint | 
Time of next release.
Referenced by rt_task_inquire().
| unsigned rt_task_info::status |