RTEMS 6.1-rc4
|
Test context for spec:/rtems/task/req/mode test case. More...
Data Fields | |
rtems_id | worker_id |
This member contains the object identifier of the worker task. | |
rtems_mode | runner_mode |
null If this member is contains the initial mode of the runner. | |
rtems_mode | previous_mode_set_value |
This member provides a value for the previous mode set. | |
rtems_mode | current_mode |
This member specifies the task mode in which rtems_task_mode() is called. | |
uint32_t | worker_counter |
This member counts worker activity. | |
uint32_t | worker_counter_before |
This member contains worker counter before the rtems_task_mode() call. | |
uint32_t | worker_counter_after |
This member contains worker counter after the rtems_task_mode() call. | |
uint32_t | signal_counter |
This member counts signal handler activity. | |
uint32_t | signal_counter_before |
This member contains signal counter before the rtems_task_mode() call. | |
uint32_t | signal_counter_after |
This member contains signal counter after the rtems_task_mode() call. | |
rtems_mode | mode_set |
This member specifies the mode_set parameter for rtems_task_mode(). | |
rtems_mode | mode_mask |
This member specifies the mode mask mask parameter for rtems_task_mode() for the action. | |
rtems_mode * | previous_mode_set |
This member specifies the previous mode set previous_mode_set parameter for rtems_task_mode(). | |
rtems_status_code | status |
This member contains the return status of the rtems_task_mode() call. | |
struct { | |
size_t pcs [13] | |
This member defines the pre-condition states for the next action. | |
bool in_action_loop | |
If this member is true, then the test action loop is executed. | |
size_t index | |
This member contains the next transition map index. | |
RtemsTaskReqMode_Entry entry | |
This member contains the current transition map entry. | |
bool skip | |
If this member is true, then the current transition variant should be skipped. | |
} | Map |
Test context for spec:/rtems/task/req/mode test case.