RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Data Fields

Test context for spec:/rtems/task/req/exit test case. More...

Data Fields

T_scheduler_log_4 scheduler_log
 This member provides the scheduler operation records.
 
rtems_id runner_id
 This member contains the identifier of the runner task.
 
rtems_id worker_id
 This member contains the identifier of the worker task.
 
rtems_id deleter_id
 This member contains the identifier of the deleter task.
 
rtems_id extension_id
 This member contains the identifier of the test user extensions.
 
uint32_t fatal_extension_calls
 This member contains the count of fatal extension calls.
 
uint32_t delete_extension_calls
 This member contains the count of thread delete extension calls.
 
uint32_t restart_extension_calls
 This member contains the count of thread restart extension calls.
 
uint32_t terminate_extension_calls
 This member contains the count of thread terminate extension calls.
 
bool protected
 If this member is true, then the thread life of the worker is protected before the rtems_task_exit() call.
 
bool allocator_locked
 If this member is true, then the worker locked the allocator.
 
bool restarting
 If this member is true, then the worker is restarting before the rtems_task_exit() call.
 
bool terminating
 If this member is true, then the worker is terminating before the rtems_task_exit() call.
 
bool dispatch_disabled
 If this member is true, then thread dispatching is disabled by the worker task before the rtems_task_exit() call.
 
bool delete_worker_expected
 If this member is true, then it is expected to delete the worker.
 
struct {
   size_t   pcs [4]
 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.
 
   RtemsTaskReqExit_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
 

Detailed Description

Test context for spec:/rtems/task/req/exit test case.


The documentation for this struct was generated from the following file: