Searched refs:SIG_DFL (Results 1 – 14 of 14) sorted by relevance
/PHP-8.2/ext/pcntl/tests/ |
H A D | pcntl_signal_002.phpt | 2 pcntl_signal() - If handler is an int value different than SIG_DFL or SIG_IGN 16 pcntl_signal(): Argument #2 ($handler) must be either SIG_DFL or SIG_IGN when an integer value is g…
|
H A D | pcntl_signal_get_handler.phpt | 14 pcntl_signal(SIGUSR1, SIG_DFL);
|
/PHP-8.2/Zend/ |
H A D | zend_signal.c | 191 if (p_sig.handler == SIG_DFL) { /* raise default handler */ in zend_signal_handler() 193 sa.sa_handler = SIG_DFL; in zend_signal_handler() 217 SIGG(handlers)[signo-1].handler = SIG_DFL; in zend_signal_handler()
|
H A D | zend_execute_API.c | 71 signal(SIGSEGV, SIG_DFL);
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_signals.c | 236 act_dfl.sa_handler = SIG_DFL; in fpm_signals_init_child()
|
/PHP-8.2/ext/pcntl/ |
H A D | pcntl.c | 150 if (Z_TYPE_P(handle) != IS_LONG || Z_LVAL_P(handle) != (zend_long)SIG_DFL) { in PHP_RSHUTDOWN_FUNCTION() 151 php_signal(signo, (Sigfunc *)(zend_long)SIG_DFL, 0); in PHP_RSHUTDOWN_FUNCTION() 644 if (Z_LVAL_P(handle) != (zend_long) SIG_DFL && Z_LVAL_P(handle) != (zend_long) SIG_IGN) { in PHP_FUNCTION() 699 RETURN_LONG((zend_long)SIG_DFL); in PHP_FUNCTION()
|
H A D | pcntl.stub.php | 40 const SIG_DFL = UNKNOWN; define
|
H A D | pcntl_arginfo.h | 243 REGISTER_LONG_CONSTANT("SIG_DFL", LONG_CONST(SIG_DFL), CONST_PERSISTENT); in register_pcntl_symbols()
|
/PHP-8.2/ext/standard/ |
H A D | exec.c | 127 sig_handler = signal (SIGCHLD, SIG_DFL); in php_exec()
|
H A D | mail.c | 520 sig_handler = (void *)signal(SIGCHLD, SIG_DFL); in php_mail()
|
/PHP-8.2/sapi/litespeed/ |
H A D | lscriu.c | 157 if (sa.sa_handler == SIG_DFL) { in lsapi_criu_signal()
|
H A D | lsapilib.c | 344 if (sa.sa_handler == SIG_DFL) in lsapi_signal()
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg.c | 1740 signal(SIGSEGV, SIG_DFL); in main() 1741 signal(SIGBUS, SIG_DFL); in main()
|
/PHP-8.2/main/ |
H A D | fastcgi.c | 442 if (old_sa.sa_handler == SIG_DFL) { in fcgi_setup_signals()
|
Completed in 50 milliseconds