Home
last modified time | relevance | path

Searched refs:php_signal4 (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/pcntl/
H A Dphp_signal.c24 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all) in php_signal4() function
62 return php_signal4(signo, func, restart, 0); in php_signal()
H A Dphp_signal.h27 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all);
H A Dpcntl.c1005 if (php_signal4(signo, pcntl_signal_handler, (int) restart_syscalls, 1) == (void *)SIG_ERR) { in PHP_FUNCTION()

Completed in 8 milliseconds