Data Fields | |
xnflags_t | status |
xnthread_t * | runthread |
xnarch_cpumask_t | resched |
xnsched_queue_t | readyq |
xnqueue_t | timerwheel [XNTIMER_WHEELSIZE] |
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 |
|
BSDish timer wheel. |