Home
last modified time | relevance | path

Searched refs:SIGKILL (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/posix/tests/
H A Dposix_errno_variation2.phpt15 $SIGKILL = 9;
17 posix_kill((2 ** 22) + 1, $SIGKILL);
/php-src/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt37 * $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 Dbug77023-pm-dynamic-blocking-sigquit.phpt47 $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 Dreload-uses-sigkill-as-last-measure.phpt2 FPM: If SIGQUIT and SIGTERM during reloading fail, SIGKILL should be sent
/php-src/ext/standard/tests/streams/
H A Dbug46024.phpt40 if (defined('SIGKILL')) {
41 proc_terminate($proc, SIGKILL);
/php-src/sapi/fpm/fpm/
H A Dfpm_signals.c53 #ifdef SIGKILL
54 [SIGKILL] = "SIGKILL",
H A Dfpm_process_ctl.c143 s = SIGKILL; in fpm_pctl_kill()
198 sig = SIGKILL; in fpm_pctl_action_next()
/php-src/sapi/cli/tests/
H A Dphp_cli_server_pdeathsig.phpt37 proc_terminate($cliServerInfo->processHandle, 9); // SIGKILL
/php-src/ext/pcntl/
H A Dpcntl.stub.php98 const SIGKILL = UNKNOWN; define
H A Dpcntl_arginfo.h332 REGISTER_LONG_CONSTANT("SIGKILL", LONG_CONST(SIGKILL), CONST_PERSISTENT); in register_pcntl_symbols()
/php-src/Zend/
H A Dzend_signal.c426 sigdelset(&global_sigmask, SIGKILL); in zend_signal_startup()
/php-src/sapi/fpm/
H A Dconfig.m4130 kill(child, SIGKILL);
/php-src/sapi/litespeed/
H A Dlsapilib.c3070 tobekilled = SIGKILL; in lsapi_check_child_status()
/php-src/ext/opcache/
H A DZendAccelerator.c861 signal = SIGKILL; in kill_all_lockers()

Completed in 50 milliseconds