Searched refs:SIGSTOP (Results 1 – 9 of 9) sorted by relevance
60 posix_kill($pid, SIGSTOP);64 if ($signal_print==SIGSTOP) $signal_print="SIGSTOP";86 Process was stopped by signal : SIGSTOP
24 posix_kill(posix_getpid(), SIGSTOP);
36 posix_kill(posix_getpid(), SIGSTOP);
80 #ifdef SIGSTOP81 [SIGSTOP] = "SIGSTOP",
134 s = SIGSTOP; in fpm_pctl_kill()
160 const SIGSTOP = UNKNOWN; define
273 REGISTER_LONG_CONSTANT("SIGSTOP", LONG_CONST(SIGSTOP), CONST_PERSISTENT); in register_pcntl_symbols()
429 sigdelset(&global_sigmask, SIGSTOP); in zend_signal_startup()
Completed in 22 milliseconds