Data Fields | |
xnflags_t | status |
xnthread_t * | runthread |
xnarch_cpumask_t | resched |
xnpqueue_t | readyq |
volatile unsigned | inesting |
xnthread_t * | fpuholder |
xnthread_t | rootcb |
|
Thread owning the current FPU context. |
|
Interrupt nesting level. |
|
Ready-to-run threads (prioritized). |
|
Mask of CPUs needing rescheduling. |
|
Root thread control block. |
|
Current thread (service or user). |
|
Scheduler specific status bitmask |