RTEMS 6.1-rc6
|
Test context for spec:/score/sched/smp/val/smp test case. More...
Data Fields | |
rtems_id | runner_id |
This member contains the runner identifier. | |
rtems_id | worker_id [WORKER_COUNT] |
This member contains the worker identifiers. | |
rtems_id | mutex_id |
This member contains the mutex identifier. | |
rtems_id | sticky_id |
This member contains the sticky mutex identifier. | |
volatile bool | busy [WORKER_COUNT] |
This member contains the worker busy status. | |
ISR_lock_Context | lock_context |
This member contains an ISR lock context. | |
uint32_t | counter |
This member contains a counter. | |
volatile bool | is_busy [WORKER_COUNT] |
If this member is true, then the worker shall be in the busy loop. | |
Per_CPU_Job | job [2] |
This member contains the per-CPU jobs. | |
Per_CPU_Job_context | job_context [2] |
This member contains the per-CPU job contexts. | |
CallWithinISRRequest | request |
This member contains the call within ISR request. | |
Test context for spec:/score/sched/smp/val/smp test case.