doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
posix_signal.cpp File Reference
#include "../../idlib/precompiled.h"
#include "posix_public.h"
#include <string.h>
#include <errno.h>

Go to the source code of this file.

Functions

void Posix_ClearSigs ()
 
void Posix_InitSigs ()
 
void Sys_SetFatalError (const char *error)
 

Variables

const int siglist []
 
const char * signames []
 

Function Documentation

void Posix_ClearSigs ( )

Definition at line 72 of file posix_signal.cpp.

void Posix_InitSigs ( )

Definition at line 128 of file posix_signal.cpp.

void Sys_SetFatalError ( const char *  error)

Definition at line 164 of file posix_signal.cpp.

Variable Documentation

const int siglist[]
Initial value:
= {
SIGHUP,
SIGQUIT,
SIGILL,
SIGTRAP,
SIGIOT,
SIGBUS,
SIGFPE,
SIGSEGV,
SIGPIPE,
SIGABRT,
-1
}

Definition at line 34 of file posix_signal.cpp.

const char* signames[]
Initial value:
= {
"SIGHUP",
"SIGQUIT",
"SIGILL",
"SIGTRAP",
"SIGIOT",
"SIGBUS",
"SIGFPE",
"SIGSEGV",
"SIGPIPE",
"SIGABRT",
}

Definition at line 50 of file posix_signal.cpp.