Home
last modified time | relevance | path

Searched refs:SIGSTOP (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/pcntl/tests/
H A D001.phpt60 posix_kill($pid, SIGSTOP);
64 if ($signal_print==SIGSTOP) $signal_print="SIGSTOP";
86 Process was stopped by signal : SIGSTOP
H A Dpcntl_wait.phpt24 posix_kill(posix_getpid(), SIGSTOP);
H A Dpcntl_wait_rusage1.phpt36 posix_kill(posix_getpid(), SIGSTOP);
H A Dpcntl_waitpid_rusage1.phpt36 posix_kill(posix_getpid(), SIGSTOP);
/php-src/sapi/fpm/fpm/
H A Dfpm_signals.c80 #ifdef SIGSTOP
81 [SIGSTOP] = "SIGSTOP",
H A Dfpm_process_ctl.c134 s = SIGSTOP; in fpm_pctl_kill()
/php-src/ext/pcntl/
H A Dpcntl.stub.php160 const SIGSTOP = UNKNOWN; define
H A Dpcntl_arginfo.h349 REGISTER_LONG_CONSTANT("SIGSTOP", LONG_CONST(SIGSTOP), CONST_PERSISTENT); in register_pcntl_symbols()
/php-src/Zend/
H A Dzend_signal.c429 sigdelset(&global_sigmask, SIGSTOP); in zend_signal_startup()

Completed in 20 milliseconds