Home | History | Annotate | Download | only in server

Lines Matching refs:old_sigterm_handler

246 static SIGHANDLER_T old_sigterm_handler = SIG_ERR;
387 if((old_sigterm_handler = signal(SIGTERM, exit_signal_handler)) == SIG_ERR)
416 if(SIG_ERR != old_sigterm_handler)
417 (void)signal(SIGTERM, old_sigterm_handler);