RTEMS 6.1-rc1
|
Test context for spec:/rtems/task/req/start test case. More...
Data Fields | |
T_scheduler_log_2 | scheduler_log |
This member provides the scheduler operation records. | |
rtems_id | worker_id |
This member contains the identifier of a task. | |
rtems_id | extension_id |
This member contains the identifier of the test user extensions. | |
uint32_t | start_extension_calls |
This member contains the count of thread start extension calls. | |
rtems_task_argument | actual_argument |
This member contains the actual argument passed to the entry point. | |
uint32_t | counter |
This member contains the entry point counter. | |
bool | start |
If this member is true, then the worker is started before the rtems_task_start() call. | |
bool | suspend |
If this member is true, then the worker is suspended before the rtems_task_start() call. | |
rtems_status_code | status |
This member contains the return value of the rtems_task_start() call. | |
rtems_id | id |
This member specifies if the id parameter value. | |
rtems_task_entry | entry_point |
This member specifies if the entry_point parameter value. | |
rtems_task_argument | argument |
This member specifies if the argument parameter value. | |
struct { | |
size_t pci [5] | |
This member defines the pre-condition indices for the next action. | |
size_t pcs [5] | |
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. | |
RtemsTaskReqStart_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/start test case.