Home
last modified time | relevance | path

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

/php-src/ext/pcntl/
H A Dphp_signal.h26 Sigfunc *php_signal(int signo, Sigfunc *func, int restart);
H A Dphp_signal.c60 Sigfunc *php_signal(int signo, Sigfunc *func, int restart) in php_signal() function
H A Dconfig.m468 [pcntl.c php_signal.c],
H A Dpcntl.c237 php_signal(signo, (Sigfunc *)(zend_long)SIG_DFL, 0); in PHP_RSHUTDOWN_FUNCTION()
784 if (php_signal(signo, (Sigfunc *) Z_LVAL_P(handle), (int) restart_syscalls) == (void *)SIG_ERR) { in PHP_FUNCTION()

Completed in 13 milliseconds