InstallSignal
Defined in
<utils/ErrorHandling.h>
This function takes the signal value passed in and registers it with the CritErrHdlr callback so that CritErrHdlr will be called if a signal matching that value is caught. This is mainly used for catching things like SIGSEGV or SIGABRT signals.
(1) |
-
Parameters:-
int
__sig
-