RTEMS  5.0.0
Data Fields
Thread_Action Struct Reference

Thread action. More...

#include <thread.h>

Data Fields

Chain_Node Node
 
Thread_Action_handler handler
 

Detailed Description

Thread action.

Thread actions can be chained together to trigger a set of actions on particular events like for example a thread post-switch. Use _Thread_Action_initialize() to initialize this structure.

Thread actions are the building block for efficient implementation of

See also
_Thread_Add_post_switch_action() and _Thread_Run_post_switch_actions().

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