Home
last modified time | relevance | path

Searched refs:php_signal (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/pcntl/
H A Dphp_signal.h33 Sigfunc *php_signal(int signo, Sigfunc *func, int restart);
H A Dphp_signal.c50 Sigfunc *php_signal(int signo, Sigfunc *func, int restart) in php_signal() function
H A Dconfig.m413 PHP_NEW_EXTENSION(pcntl, pcntl.c php_signal.c, $ext_shared, cli)
H A Dpcntl.c870 if (php_signal(signo, (Sigfunc *) Z_LVAL_P(handle), (int) restart_syscalls) == SIG_ERR) { in PHP_FUNCTION()

Completed in 9 milliseconds