RTEMS
Public Attributes | List of all members
RTEMS_API_Control Struct Reference

#include <tasksdata.h>

Public Attributes

Event_Control Event
 
Event_Control System_event
 
ASR_Information Signal
 
Thread_Action Signal_action
 Signal post-switch action in case signals are pending.
 

Detailed Description

This is the API specific information required by each thread for the RTEMS API to function correctly.

Definition at line 41 of file tasksdata.h.

Member Data Documentation

◆ Event

Event_Control RTEMS_API_Control::Event

This field contains the event control for this task.

Definition at line 43 of file tasksdata.h.

◆ Signal

ASR_Information RTEMS_API_Control::Signal

This field contains the Classic API Signal information for this task.

Definition at line 47 of file tasksdata.h.

◆ System_event

Event_Control RTEMS_API_Control::System_event

This field contains the system event control for this task.

Definition at line 45 of file tasksdata.h.


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