RTEMS 6.1-rc4
|
#include <asrdata.h>
Data Fields | |
bool | is_enabled |
rtems_asr_entry | handler |
rtems_mode | mode_set |
rtems_signal_set | signals_pending |
The following defines the control structure used to manage signals. Each thread has a copy of this record.
rtems_asr_entry ASR_Information::handler |
This field indicates if address of the signal handler function.
bool ASR_Information::is_enabled |
This field indicates if are ASRs enabled currently.
rtems_mode ASR_Information::mode_set |
This field indicates if the task mode the signal will run with.
rtems_signal_set ASR_Information::signals_pending |
This field indicates the signal set that is pending.