#include <setjmp.h>
#include "kernel/mod2.h"
#include "kernel/structs.h"
Go to the source code of this file.
|
void | init_signals (void) |
| init signal handlers and error handling for libraries: NTL, factory More...
|
|
◆ init_signals()
void init_signals |
( |
void |
| ) |
|
init signal handlers and error handling for libraries: NTL, factory
Definition at line 527 of file cntrlc.cc.
528{
529
530 #ifdef SIGSEGV
532 #endif
533 #ifdef SIGBUS
535 #endif
536 #ifdef SIGFPE
538 #endif
539 #ifdef SIGILL
541 #endif
542 #ifdef SIGIOT
544 #endif
549}
si_hdl_typ si_set_signal(int sig, si_hdl_typ signal_handler)
meta function for binding a signal to an handler
void sigsegv_handler(int sig)
void sig_chld_hdl(int)
additional default signal handler
◆ defer_shutdown
◆ do_shutdown
◆ si_restart
◆ si_start_jmpbuf
◆ singular_in_batchmode
◆ siRandomStart