Searched refs:SIGQUIT (Results 1 – 15 of 15) sorted by relevance
/php-src/sapi/fpm/fpm/ |
H A D | fpm_signals.c | 32 #ifdef SIGQUIT 33 [SIGQUIT] = "SIGQUIT", 163 [SIGQUIT] = 'Q', in sig_handler() 213 0 > sigaction(SIGQUIT, &act, 0)) { in fpm_signals_init_main() 246 0 > sigaction(SIGQUIT, &act, 0)) { in fpm_signals_init_child() 292 0 > sigaddset(&child_block_sigset, SIGQUIT)) { in fpm_signals_init_mask()
|
H A D | fpm_process_ctl.c | 140 s = SIGQUIT; in fpm_pctl_kill() 191 sig = SIGQUIT; in fpm_pctl_action_next() 195 if (fpm_signal_sent == SIGQUIT) { in fpm_pctl_action_next()
|
H A D | fpm_children.c | 266 if (child && child->idle_kill && WTERMSIG(status) == SIGQUIT) { in fpm_children_bury() 270 if (WTERMSIG(status) != SIGQUIT) { /* possible request loss */ in fpm_children_bury()
|
H A D | fpm_log.c | 54 fpm_pctl_kill_all(SIGQUIT); in fpm_log_open()
|
/php-src/sapi/fpm/tests/ |
H A D | reload-uses-sigkill-as-last-measure.phpt | 2 FPM: If SIGQUIT and SIGTERM during reloading fail, SIGKILL should be sent 34 pcntl_sigprocmask(SIG_BLOCK, [SIGQUIT, SIGTERM]);
|
H A D | bug77023-pm-dynamic-blocking-sigquit.phpt | 2 FPM: Blocked SIGQUIT prevents idle process to be killed 33 pcntl_sigprocmask(SIG_BLOCK, [SIGQUIT, SIGTERM]);
|
H A D | bug76601-reload-child-signals.phpt | 32 * If a child miss SIGQUIT then reload process should stuck
|
/php-src/sapi/litespeed/ |
H A D | lsapi_main.c | 691 (void)sigaction(SIGQUIT, &act, NULL); in lsapi_clean_shutdown() 750 (void)sigaction( SIGQUIT, &act, NULL); in lsapi_module_main() 1387 sigaction( SIGQUIT, &act, &old_quit )) { in start_children() 1400 sigaction( SIGQUIT, &old_quit, 0 ); in start_children()
|
H A D | lsapilib.c | 3178 sigaction( SIGQUIT, &act, &old_quit )) in lsapi_prefork_server_accept() 3309 sigaction( SIGQUIT, &old_quit, 0 ); in lsapi_prefork_server_accept() 3449 sigaction(SIGQUIT, &act, &old_quit)) in LSAPI_Accept_Before_Fork() 3554 sigaction(SIGQUIT, &old_quit, 0); in LSAPI_Accept_Before_Fork()
|
/php-src/ext/pcntl/ |
H A D | pcntl.stub.php | 138 const SIGQUIT = UNKNOWN; define
|
H A D | pcntl_arginfo.h | 347 REGISTER_LONG_CONSTANT("SIGQUIT", LONG_CONST(SIGQUIT), CONST_PERSISTENT); in register_pcntl_symbols()
|
/php-src/Zend/ |
H A D | zend_signal.c | 74 static const int zend_sigs[] = { TIMEOUT_SIG, SIGHUP, SIGINT, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2 };
|
/php-src/sapi/cgi/ |
H A D | cgi_main.c | 2022 sigaction(SIGQUIT, &act, &old_quit) 2048 sigaction(SIGQUIT, &old_quit, 0);
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 17901 >>>>>>>>>0xC4 belong 3 - received SIGQUIT 17920 >>>>>>>>>0xC4 belong 3 - received SIGQUIT 17942 >>>>>>>>>0xC4 belong 3 - received SIGQUIT 17964 >>>>>>>>>0xC4 belong 3 - received SIGQUIT 17986 >>>>>>>>>0xC4 belong 3 - received SIGQUIT 18007 >>>>>>>>>0xC4 belong 3 - received SIGQUIT
|
H A D | magic | 17901 >>>>>>>>>0xC4 belong 3 - received SIGQUIT 17920 >>>>>>>>>0xC4 belong 3 - received SIGQUIT 17942 >>>>>>>>>0xC4 belong 3 - received SIGQUIT 17964 >>>>>>>>>0xC4 belong 3 - received SIGQUIT 17986 >>>>>>>>>0xC4 belong 3 - received SIGQUIT 18007 >>>>>>>>>0xC4 belong 3 - received SIGQUIT
|
Completed in 179 milliseconds