Searched defs:SIGTERM (Results 1 - 2 of 2) sorted by relevance
/httpd/server/mpm/motorz/ |
H A D | motorz.c | 552 apr_signal(SIGTERM, SIG_IGN); 752 if (sigaction(SIGTERM, &sa, NULL) < 0) 753 ap_log_error(APLOG_MARK, APLOG_WARNING, errno, ap_server_conf, APLOGNO(02859) "sigaction(SIGTERM)"); 802 apr_signal(SIGTERM, sig_term); 964 * shutdown_pending is set when SIGTERM is received when running 1055 apr_signal(SIGTERM, sig_term); 1104 apr_signal(SIGTERM, just_die); 1107 * In this case, SIGINT is sent to all children followed by SIGTERM 1358 if (ap_unixd_killpg(getpgrp(), SIGTERM) < 0) { 1359 ap_log_error(APLOG_MARK, APLOG_WARNING, errno, ap_server_conf, APLOGNO(02879) "killpg SIGTERM"); 1434 ap_unixd_killpg(getpgrp(), SIGTERM); local [all...] |
/httpd/server/mpm/prefork/ |
H A D | prefork.c | 228 apr_signal(SIGTERM, SIG_IGN); 419 if (sigaction(SIGTERM, &sa, NULL) < 0) 420 ap_log_error(APLOG_MARK, APLOG_WARNING, errno, ap_server_conf, APLOGNO(00147) "sigaction(SIGTERM)"); 469 apr_signal(SIGTERM, sig_term); 611 * shutdown_pending is set when SIGTERM is received when running 770 apr_signal(SIGTERM, sig_term); 824 apr_signal(SIGTERM, just_die); 827 * In this case, SIGINT is sent to all children followed by SIGTERM 1149 if (ap_unixd_killpg(getpgrp(), SIGTERM) < 0) { 1150 ap_log_error(APLOG_MARK, APLOG_WARNING, errno, ap_server_conf, APLOGNO(00168) "killpg SIGTERM"); 1225 ap_unixd_killpg(getpgrp(), SIGTERM); local [all...] |
Completed in 16 milliseconds