OpenCMISS-Iron Internal API Documentation
cmiss_c.c File Reference
Include dependency graph for cmiss_c.c:

Go to the source code of this file.

Functions

void cmfe_ResetFatalHandler (void)
 
void cmfe_SetFatalHandler (void)
 
void cmfe_InitFatalHandler (void)
 
static void cmfe_FatalHandler (int sig, int code)
 

Variables

static struct sigaction fatal_sigaction
 
static struct sigaction old_SIGBUS_action
 
static struct sigaction old_SIGFPE_action
 
static struct sigaction old_SIGILL_action
 
static struct sigaction old_SIGINT_action
 
static struct sigaction old_SIGABRT_action
 
static struct sigaction old_SIGSEGV_action
 
static struct sigaction old_SIGTRAP_action
 

Function Documentation

static void cmfe_FatalHandler ( int  sig,
int  code 
)
static

Definition at line 179 of file cmiss_c.c.

Referenced by cmfe_InitFatalHandler().

void cmfe_ResetFatalHandler ( void  )
void cmfe_SetFatalHandler ( void  )

Definition at line 135 of file cmiss_c.c.

References fatal_sigaction.

Variable Documentation

struct sigaction fatal_sigaction
static

Definition at line 81 of file cmiss_c.c.

Referenced by cmfe_InitFatalHandler(), and cmfe_SetFatalHandler().

struct sigaction old_SIGABRT_action
static

Definition at line 89 of file cmiss_c.c.

Referenced by cmfe_InitFatalHandler(), and cmfe_ResetFatalHandler().

struct sigaction old_SIGBUS_action
static

Definition at line 82 of file cmiss_c.c.

Referenced by cmfe_InitFatalHandler(), and cmfe_ResetFatalHandler().

struct sigaction old_SIGFPE_action
static

Definition at line 86 of file cmiss_c.c.

Referenced by cmfe_InitFatalHandler(), and cmfe_ResetFatalHandler().

struct sigaction old_SIGILL_action
static

Definition at line 87 of file cmiss_c.c.

Referenced by cmfe_InitFatalHandler(), and cmfe_ResetFatalHandler().

struct sigaction old_SIGINT_action
static

Definition at line 88 of file cmiss_c.c.

Referenced by cmfe_InitFatalHandler(), and cmfe_ResetFatalHandler().

struct sigaction old_SIGSEGV_action
static

Definition at line 90 of file cmiss_c.c.

Referenced by cmfe_InitFatalHandler(), and cmfe_ResetFatalHandler().

struct sigaction old_SIGTRAP_action
static

Definition at line 91 of file cmiss_c.c.

Referenced by cmfe_InitFatalHandler(), and cmfe_ResetFatalHandler().