Home | History | Annotate | Download | only in server

Lines Matching defs:exit_signal

70  * 'exit_signal' the signal that triggered this change.
190 static volatile int exit_signal = 0;
195 store in exit_signal the signal that triggered its execution. */
202 exit_signal = signum;
1562 logmsg("============> sockfilt exits with signal (%d)", exit_signal);
1568 raise(exit_signal);