Data Fields | |
| unsigned long | state | 
| Thread state,.   | |
| int | bprio | 
| Base priority.   | |
| int | cprio | 
| Current priority.   | |
| int | cpu | 
| CPU the thread currently runs on.   | |
| unsigned long | affinity | 
| Thread's CPU affinity.   | |
| unsigned long long | relpoint | 
| Time of next release.   | |
| unsigned long long | exectime | 
| Execution time in primary mode in nanoseconds.   | |
| unsigned long | modeswitches | 
| Number of primary->secondary mode switches.   | |
| unsigned long | ctxswitches | 
| Number of context switches.   | |
| unsigned long | pagefaults | 
| Number of triggered page faults.   | |
| char | name [XNOBJECT_NAME_LEN] | 
| Symbolic name assigned at creation.   | |
| unsigned long xnthread_info::state | 
Base priority.
Current priority.
May change through Priority Inheritance.
CPU the thread currently runs on.
| unsigned long xnthread_info::affinity | 
Thread's CPU affinity.
| unsigned long long xnthread_info::relpoint | 
Time of next release.
| unsigned long long xnthread_info::exectime | 
Execution time in primary mode in nanoseconds.
| unsigned long xnthread_info::modeswitches | 
Number of primary->secondary mode switches.
| unsigned long xnthread_info::ctxswitches | 
Number of context switches.
| unsigned long xnthread_info::pagefaults | 
Number of triggered page faults.
| char xnthread_info::name[XNOBJECT_NAME_LEN] | 
Symbolic name assigned at creation.
 1.5.6