
Definition in file csignals.H.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | catchsignals (volatile int *dest) throw () |
| Install signal handlers to catch non-fatal signals. | |
| const char * | signame (int signum) throw () |
| Get a string name for a given signal number (e.g., "SIGINT", "SIGTERM"). | |
|
|
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