Searched refs:SIG_BLOCK (Results 1 – 12 of 12) sorted by relevance
/PHP-8.4/ext/pcntl/tests/ |
H A D | pcntl_sigprocmask_errors.phpt | 23 $signal_no = pcntl_sigprocmask(SIG_BLOCK, $signals); 31 $signal_no = pcntl_sigprocmask(SIG_BLOCK, $signals); 38 $signal_no = pcntl_sigprocmask(SIG_BLOCK, $signals); 46 $signal_no = pcntl_sigprocmask(SIG_BLOCK, $signals); 55 $signal_no = pcntl_sigprocmask(SIG_BLOCK, $signals); 62 ValueError: pcntl_sigprocmask(): Argument #1 ($mode) must be one of SIG_BLOCK, SIG_UNBLOCK, or SIG_…
|
H A D | 003.phpt | 2 pcntl: SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK 26 pcntl_sigprocmask(SIG_BLOCK, [SIGCHLD, SIGTERM], $old); 28 pcntl_sigprocmask(SIG_BLOCK, [SIGINT], $old);
|
H A D | 002.phpt | 24 pcntl_sigprocmask(SIG_BLOCK, array(SIGCHLD,(string)SIGTERM));
|
/PHP-8.4/sapi/fpm/fpm/ |
H A D | fpm_signals.c | 301 if (0 > sigprocmask(SIG_BLOCK, &block_sigset, NULL)) { in fpm_signals_block() 310 if (0 > sigprocmask(SIG_BLOCK, &child_block_sigset, NULL)) { in fpm_signals_child_block()
|
/PHP-8.4/sapi/fpm/tests/ |
H A D | reload-uses-sigkill-as-last-measure.phpt | 34 pcntl_sigprocmask(SIG_BLOCK, [SIGQUIT, SIGTERM]);
|
H A D | bug77023-pm-dynamic-blocking-sigquit.phpt | 33 pcntl_sigprocmask(SIG_BLOCK, [SIGQUIT, SIGTERM]);
|
/PHP-8.4/ext/pcntl/ |
H A D | pcntl.stub.php | 390 const SIG_BLOCK = UNKNOWN; define
|
H A D | pcntl.c | 919 if (how != SIG_BLOCK && how != SIG_UNBLOCK && how != SIG_SETMASK) { in PHP_FUNCTION() 1329 sigprocmask(SIG_BLOCK, &mask, &old_mask); in pcntl_signal_dispatch()
|
H A D | pcntl_arginfo.h | 429 REGISTER_LONG_CONSTANT("SIG_BLOCK", SIG_BLOCK, CONST_PERSISTENT); in register_pcntl_symbols()
|
/PHP-8.4/Zend/ |
H A D | zend_signal.c | 54 zend_sigprocmask(SIG_BLOCK, &global_sigmask, &oldmask);
|
/PHP-8.4/sapi/litespeed/ |
H A D | lsapilib.c | 3269 if ( sigprocmask(SIG_BLOCK, &mask, &orig_mask) < 0 ) in lsapi_prefork_server_accept()
|
/PHP-8.4/ |
H A D | UPGRADING | 109 - A ValueError if $mode is not one of SIG_BLOCK, SIG_UNBLOCK, or SIG_SETMASK
|
Completed in 29 milliseconds