RTEMS 6.1-rc6
|
Test context for spec:/score/thread/val/smp test case. More...
Data Fields | |
rtems_id | worker_a_id |
This member contains the worker A identifier. | |
rtems_id | worker_b_id |
This member contains the worker B identifier. | |
rtems_id | worker_c_id |
This member contains the worker C identifier. | |
rtems_id | mutex_a_id |
This member contains the mutex A identifier. | |
rtems_id | mutex_b_id |
This member contains the mutex B identifier. | |
volatile bool | busy |
If this member is true, then the worker shall busy wait. | |
volatile uint32_t | counter |
This member contains a counter for EVENT_COUNT. | |
SMP_barrier_Control | barrier |
This member contains the barrier to synchronize the runner and the workers. | |
SMP_barrier_State | barrier_state |
This member contains the barrier state for the runner processor. | |
Per_CPU_Control * | worker_a_wait_default_lock_cpu |
This member references the processor on which the worker A wait default lock was acquired. | |
ISR_lock_Context | worker_a_wait_default_lock_context |
This member contains the lock context for the worker A wait default lock acquire and release. | |
Test context for spec:/score/thread/val/smp test case.