Searched refs:php_signal (Results 1 – 4 of 4) sorted by relevance
33 Sigfunc *php_signal(int signo, Sigfunc *func, int restart);
61 Sigfunc *php_signal(int signo, Sigfunc *func, int restart) in php_signal() function
13 PHP_NEW_EXTENSION(pcntl, pcntl.c php_signal.c, $ext_shared, cli)
984 if (php_signal(signo, (Sigfunc *) Z_LVAL_P(handle), (int) restart_syscalls) == SIG_ERR) { in PHP_FUNCTION()
Completed in 24 milliseconds