RTEMS  5.1
Functions
asrimpl.h File Reference

Classic ASR Implementation. More...

#include <rtems/rtems/asrdata.h>
#include <string.h>

Go to the source code of this file.

Functions

RTEMS_INLINE_ROUTINE void _ASR_Initialize (ASR_Information *asr)
 ASR_Initialize. More...
 
RTEMS_INLINE_ROUTINE bool _ASR_Is_null_handler (rtems_asr_entry asr_handler)
 ASR_Is_null_handler. More...
 
RTEMS_INLINE_ROUTINE rtems_signal_set _ASR_Swap_signals (ASR_Information *asr)
 
RTEMS_INLINE_ROUTINE void _ASR_Post_signals (rtems_signal_set signals, rtems_signal_set *signal_set)
 
RTEMS_INLINE_ROUTINE rtems_signal_set _ASR_Get_posted_signals (ASR_Information *asr)
 

Detailed Description

Classic ASR Implementation.