Searched refs:SIG_DFL (Results 1 – 14 of 14) sorted by relevance
/php-src/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-src/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 | 73 signal(SIGSEGV, SIG_DFL);
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_signals.c | 236 act_dfl.sa_handler = SIG_DFL; in fpm_signals_init_child()
|
/php-src/ext/pcntl/ |
H A D | pcntl.stub.php | 118 const SIG_DFL = UNKNOWN; define
|
H A D | pcntl.c | 236 if (Z_TYPE_P(handle) != IS_LONG || Z_LVAL_P(handle) != (zend_long)SIG_DFL) { in PHP_RSHUTDOWN_FUNCTION() 237 php_signal(signo, (Sigfunc *)(zend_long)SIG_DFL, 0); in PHP_RSHUTDOWN_FUNCTION() 780 if (Z_LVAL_P(handle) != (zend_long) SIG_DFL && Z_LVAL_P(handle) != (zend_long) SIG_IGN) { in PHP_FUNCTION() 840 RETURN_LONG((zend_long)SIG_DFL); in PHP_FUNCTION()
|
H A D | pcntl_arginfo.h | 343 REGISTER_LONG_CONSTANT("SIG_DFL", LONG_CONST(SIG_DFL), CONST_PERSISTENT); in register_pcntl_symbols()
|
/php-src/sapi/litespeed/ |
H A D | lscriu.c | 157 if (sa.sa_handler == SIG_DFL) { in lsapi_criu_signal()
|
H A D | lsapilib.c | 345 if (sa.sa_handler == SIG_DFL) in lsapi_signal()
|
/php-src/ext/standard/ |
H A D | exec.c | 121 void (*sig_handler)() = signal(SIGCHLD, SIG_DFL); in php_exec()
|
H A D | mail.c | 545 sig_handler = (void *)signal(SIGCHLD, SIG_DFL); in php_mail()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg.c | 1738 signal(SIGSEGV, SIG_DFL); in main() 1739 signal(SIGBUS, SIG_DFL); in main()
|
/php-src/main/ |
H A D | fastcgi.c | 440 if (old_sa.sa_handler == SIG_DFL) { in fcgi_setup_signals()
|
Completed in 54 milliseconds