|
RTEMS CPU Kit with SuperCore
4.10.99.0
|
The following defines the control structure used to manage signals. More...
#include <asr.h>
Data Fields | |
| bool | is_enabled |
| This field indicates if are ASRs enabled currently. | |
| rtems_asr_entry | handler |
| This field indicates if address of the signal handler function. | |
| Modes_Control | mode_set |
| This field indicates if the task mode the signal will run with. | |
| rtems_signal_set | signals_posted |
| This field indicates the signal set that is posted. | |
| rtems_signal_set | signals_pending |
| This field indicates the signal set that is pending. | |
| uint32_t | nest_level |
| This field indicates if nest level of signals being processed. | |
The following defines the control structure used to manage signals.
Each thread has a copy of this record.
This field indicates if address of the signal handler function.
Referenced by _ASR_Initialize().
This field indicates if are ASRs enabled currently.
Referenced by _ASR_Initialize().
This field indicates if the task mode the signal will run with.
Referenced by _ASR_Initialize().
This field indicates the signal set that is pending.
Referenced by _ASR_Initialize(), and _ASR_Swap_signals().
This field indicates the signal set that is posted.
Referenced by _ASR_Initialize(), _ASR_Swap_signals(), and _ASR_Are_signals_pending().
1.7.5