17 #ifndef _RTEMS_RTEMS_ASRIMPL_H 18 #define _RTEMS_RTEMS_ASRIMPL_H 45 memset(asr, 0,
sizeof(*asr));
58 return asr_handler == NULL;
69 return new_signals_posted;
77 *signal_set |= signals;
Classic ASR Data Structures.
RTEMS_INLINE_ROUTINE void _ASR_Initialize(ASR_Information *asr)
ASR_Initialize.
RTEMS_INLINE_ROUTINE bool _ASR_Is_null_handler(rtems_asr_entry asr_handler)
ASR_Is_null_handler.
rtems_asr(* rtems_asr_entry)(rtems_signal_set)
%
#define RTEMS_INLINE_ROUTINE
Gives a hint to the compiler in a function declaration to inline this function.
uint32_t rtems_signal_set
%