RTEMS 6.1-rc5
|
Test context for spec:/c/req/clock-nanosleep test case. More...
Data Fields | |
T_scheduler_log_4 | scheduler_log |
This member provides the scheduler operation records. | |
struct timespec | now_realtime |
This member contains the CLOCK_REALTIME value before the clock_nanosleep() call. | |
struct timespec | now_monotonic |
This member contains the CLOCK_MONOTONIC value before the clock_nanosleep() call. | |
rtems_id | worker_id |
This member contains the worker task identifier. | |
TaskTimerInfo | timer_info |
This member contains the timer information of the worker task. | |
struct timespec | rqtp_obj |
This member provides the object referenced by the rqtp parameter. | |
struct timespec | rmtp_obj |
This member provides the object referenced by the rmtp parameter. | |
int | status |
This member contains the return value of the clock_nanosleep() call. | |
clockid_t | clock_id |
This member specifies the clock_id parameter value. | |
int | flags |
This member specifies the flags parameter value. | |
const struct timespec * | rqtp |
This member specifies the rqtp parameter value. | |
struct timespec * | rmtp |
This member specifies the rmtp parameter value. | |
struct { | |
size_t pci [6] | |
This member defines the pre-condition indices for the next action. | |
size_t pcs [6] | |
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. | |
CReqClockNanosleep_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:/c/req/clock-nanosleep test case.