Home
last modified time | relevance | path

Searched refs:SIGQUIT (Results 1 – 15 of 15) sorted by relevance

/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_signals.c32 #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 Dfpm_process_ctl.c140 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 Dfpm_children.c247 if (child && child->idle_kill && WTERMSIG(status) == SIGQUIT) { in fpm_children_bury()
251 if (WTERMSIG(status) != SIGQUIT) { /* possible request loss */ in fpm_children_bury()
H A Dfpm_log.c58 fpm_pctl_kill_all(SIGQUIT); in fpm_log_open()
/PHP-8.2/sapi/fpm/tests/
H A Dreload-uses-sigkill-as-last-measure.phpt2 FPM: If SIGQUIT and SIGTERM during reloading fail, SIGKILL should be sent
34 pcntl_sigprocmask(SIG_BLOCK, [SIGQUIT, SIGTERM]);
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt2 FPM: Blocked SIGQUIT prevents idle process to be killed
33 pcntl_sigprocmask(SIG_BLOCK, [SIGQUIT, SIGTERM]);
H A Dbug76601-reload-child-signals.phpt32 * If a child miss SIGQUIT then reload process should stuck
/PHP-8.2/ext/pcntl/
H A Dpcntl.stub.php60 const SIGQUIT = UNKNOWN; define
H A Dpcntl_arginfo.h247 REGISTER_LONG_CONSTANT("SIGQUIT", LONG_CONST(SIGQUIT), CONST_PERSISTENT); in register_pcntl_symbols()
/PHP-8.2/sapi/litespeed/
H A Dlsapi_main.c692 (void)sigaction(SIGQUIT, &act, NULL); in lsapi_clean_shutdown()
751 (void)sigaction( SIGQUIT, &act, NULL); in lsapi_module_main()
1391 sigaction( SIGQUIT, &act, &old_quit )) { in start_children()
1404 sigaction( SIGQUIT, &old_quit, 0 ); in start_children()
H A Dlsapilib.c3182 sigaction( SIGQUIT, &act, &old_quit )) in lsapi_prefork_server_accept()
3313 sigaction( SIGQUIT, &old_quit, 0 ); in lsapi_prefork_server_accept()
3453 sigaction(SIGQUIT, &act, &old_quit)) in LSAPI_Accept_Before_Fork()
3558 sigaction(SIGQUIT, &old_quit, 0); in LSAPI_Accept_Before_Fork()
/PHP-8.2/Zend/
H A Dzend_signal.c74 static int zend_sigs[] = { TIMEOUT_SIG, SIGHUP, SIGINT, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2 };
/PHP-8.2/sapi/cgi/
H A Dcgi_main.c2023 sigaction(SIGQUIT, &act, &old_quit)
2049 sigaction(SIGQUIT, &old_quit, 0);
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic16143 >>>>>>>>>0xC4 belong 3 - received SIGQUIT
16162 >>>>>>>>>0xC4 belong 3 - received SIGQUIT
16184 >>>>>>>>>0xC4 belong 3 - received SIGQUIT
16206 >>>>>>>>>0xC4 belong 3 - received SIGQUIT
16228 >>>>>>>>>0xC4 belong 3 - received SIGQUIT
16249 >>>>>>>>>0xC4 belong 3 - received SIGQUIT
H A Dmagic私はガラスを食べられます16143 >>>>>>>>>0xC4 belong 3 - received SIGQUIT
16162 >>>>>>>>>0xC4 belong 3 - received SIGQUIT
16184 >>>>>>>>>0xC4 belong 3 - received SIGQUIT
16206 >>>>>>>>>0xC4 belong 3 - received SIGQUIT
16228 >>>>>>>>>0xC4 belong 3 - received SIGQUIT
16249 >>>>>>>>>0xC4 belong 3 - received SIGQUIT

Completed in 148 milliseconds