
Definition in file csignals.C.
#include "Util/csignals.H"
#include <cstdio>
#include <signal.h>
#include "Util/log.H"
Include dependency graph for csignals.C:

Go to the source code of this file.
Defines | |
| #define | INSTALL_SIG_HANDLER(s, h) |
| #define | CASE_SIGNAL_NAME(x) case x: return #x |
Functions | |
| void | handlesignal (int s) throw () |
| void | catchsignals (volatile int *dest) throw () |
| Install signal handlers to catch non-fatal signals. | |
| const char * | signame (int num) throw () |
| Get a string name for a given signal number (e.g., "SIGINT", "SIGTERM"). | |
Variables | |
| volatile int * | signum_return = 0 |
|
|
Value: |
|
|
Install signal handlers to catch non-fatal signals.
Definition at line 64 of file csignals.C. References handlesignal(), and signum_return. Referenced by main(), Simulation::run(), run_slave(), and submain(). |
|
|
Get a string name for a given signal number (e.g., "SIGINT", "SIGTERM").
Definition at line 102 of file csignals.C. Referenced by handlesignal(), main(), Simulation::run(), and submain(). |
1.4.4