RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
Thread_Life_control Struct Reference

Thread life control. More...

#include <thread.h>

Collaboration diagram for Thread_Life_control:
Collaboration graph
[legend]

Data Fields

Thread_Action Action
 Thread life action used to react upon thread restart and delete requests.
 
Thread_Life_state state
 The current thread life state.
 
Thread_Controlterminator
 The terminator thread of this thread. More...
 

Detailed Description

Thread life control.

Field Documentation

◆ terminator

Thread_Control* Thread_Life_control::terminator

The terminator thread of this thread.

In case the thread is terminated and another thread (the terminator) waits for the actual termination completion, then this field references the terminator thread.


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