RTEMS 6.1-rc2
|
Test context for spec:/rtems/sem/req/set-priority test case. More...
Data Fields | |
rtems_id | runner_scheduler_id |
This member contains the scheduler identifier of the runner task. | |
rtems_id | other_scheduler_id |
This member contains the scheduler identifier of a scheduler not used by the runner task. | |
uint32_t | count |
This member specifies the initial count of the semaphore. | |
rtems_attribute | attribute_set |
This member specifies the attribute set of the semaphore. | |
rtems_id | the_semaphore_id |
This member contains the semaphore identifier. | |
bool | valid_id |
If this member is true, then the semaphore_id parameter value shall be associated with the semaphore, otherwise it shall be not associated with a semaphore. | |
rtems_task_priority | old_priority_value |
This member may contain the task priority returned by rtems_semaphore_set_priority(). | |
rtems_id | semaphore_id |
This member specifies the semaphore_id parameter for the rtems_semaphore_set_priority() call. | |
rtems_id | scheduler_id |
This member specifies the scheduler_id parameter for the rtems_semaphore_set_priority() call. | |
rtems_task_priority | new_priority |
This member specifies the new_priority parameter for the rtems_semaphore_set_priority() call. | |
rtems_task_priority * | old_priority |
This member specifies the old_priority parameter for the rtems_semaphore_set_priority() call. | |
rtems_status_code | status |
This member contains the status of the rtems_semaphore_set_priority() call. | |
struct { | |
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. | |
RtemsSemReqSetPriority_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/sem/req/set-priority test case.