Searched refs:SIGKILL (Results 1 – 13 of 13) sorted by relevance
/PHP-8.2/ext/posix/tests/ |
H A D | posix_errno_variation2.phpt | 15 $SIGKILL = 9; 17 posix_kill((2 ** 22) + 1, $SIGKILL);
|
/PHP-8.2/ext/standard/tests/streams/ |
H A D | bug46024.phpt | 41 if (defined('SIGKILL')) { 42 proc_terminate($proc, SIGKILL);
|
/PHP-8.2/sapi/fpm/tests/ |
H A D | bug76601-reload-child-signals.phpt | 37 * $tester->getLogLines(2000) for lines containing SIGKILL 39 …pid 21315, fpm_pctl_kill_all(), line 161: [pool unconfined] sending signal 9 SIGKILL to child 21337 40 …dren_bury(), line 259: [pool unconfined] child 21337 exited on signal 9 (SIGKILL) after 1.003055 s…
|
H A D | bug77023-pm-dynamic-blocking-sigquit.phpt | 47 $tester->expectLogWarning('child \\d+ exited on signal 9 \\(SIGKILL\\) after \\d+.\\d+ seconds from… 49 $tester->expectLogWarning('child \\d+ exited on signal 9 \\(SIGKILL\\) after \\d+.\\d+ seconds from…
|
H A D | reload-uses-sigkill-as-last-measure.phpt | 2 FPM: If SIGQUIT and SIGTERM during reloading fail, SIGKILL should be sent
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_signals.c | 53 #ifdef SIGKILL 54 [SIGKILL] = "SIGKILL",
|
H A D | fpm_process_ctl.c | 143 s = SIGKILL; in fpm_pctl_kill() 198 sig = SIGKILL; in fpm_pctl_action_next()
|
/PHP-8.2/ext/pcntl/ |
H A D | pcntl.stub.php | 98 const SIGKILL = UNKNOWN; define
|
H A D | pcntl_arginfo.h | 256 REGISTER_LONG_CONSTANT("SIGKILL", LONG_CONST(SIGKILL), CONST_PERSISTENT); in register_pcntl_symbols()
|
/PHP-8.2/Zend/ |
H A D | zend_signal.c | 426 sigdelset(&global_sigmask, SIGKILL); in zend_signal_startup()
|
/PHP-8.2/sapi/fpm/ |
H A D | config.m4 | 199 kill(child, SIGKILL);
|
/PHP-8.2/sapi/litespeed/ |
H A D | lsapilib.c | 3074 tobekilled = SIGKILL; in lsapi_check_child_status()
|
/PHP-8.2/ext/opcache/ |
H A D | ZendAccelerator.c | 874 signal = SIGKILL; in kill_all_lockers()
|
Completed in 40 milliseconds