Searched refs:php_signal (Results 1 – 4 of 4) sorted by relevance
/PHP-7.4/ext/pcntl/ |
H A D | php_signal.h | 28 Sigfunc *php_signal(int signo, Sigfunc *func, int restart);
|
H A D | php_signal.c | 64 Sigfunc *php_signal(int signo, Sigfunc *func, int restart) in php_signal() function
|
H A D | config.m4 | 27 …PHP_NEW_EXTENSION(pcntl, pcntl.c php_signal.c, $ext_shared, cli, $PCNTL_CFLAGS -DZEND_ENABLE_STATI…
|
H A D | pcntl.c | 1099 …if (php_signal(signo, (Sigfunc *) Z_LVAL_P(handle), (int) restart_syscalls) == (Sigfunc *)SIG_ERR)… in PHP_FUNCTION()
|
Completed in 13 milliseconds