Home
last modified time | relevance | path

Searched refs:SIG_BLOCK (Results 1 – 12 of 12) sorted by relevance

/PHP-8.4/ext/pcntl/tests/
H A Dpcntl_sigprocmask_errors.phpt23 $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 D003.phpt2 pcntl: SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK
26 pcntl_sigprocmask(SIG_BLOCK, [SIGCHLD, SIGTERM], $old);
28 pcntl_sigprocmask(SIG_BLOCK, [SIGINT], $old);
H A D002.phpt24 pcntl_sigprocmask(SIG_BLOCK, array(SIGCHLD,(string)SIGTERM));
/PHP-8.4/sapi/fpm/fpm/
H A Dfpm_signals.c301 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 Dreload-uses-sigkill-as-last-measure.phpt34 pcntl_sigprocmask(SIG_BLOCK, [SIGQUIT, SIGTERM]);
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt33 pcntl_sigprocmask(SIG_BLOCK, [SIGQUIT, SIGTERM]);
/PHP-8.4/ext/pcntl/
H A Dpcntl.stub.php390 const SIG_BLOCK = UNKNOWN; define
H A Dpcntl.c919 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 Dpcntl_arginfo.h429 REGISTER_LONG_CONSTANT("SIG_BLOCK", SIG_BLOCK, CONST_PERSISTENT); in register_pcntl_symbols()
/PHP-8.4/Zend/
H A Dzend_signal.c54 zend_sigprocmask(SIG_BLOCK, &global_sigmask, &oldmask);
/PHP-8.4/sapi/litespeed/
H A Dlsapilib.c3269 if ( sigprocmask(SIG_BLOCK, &mask, &orig_mask) < 0 ) in lsapi_prefork_server_accept()
/PHP-8.4/
H A DUPGRADING109 - A ValueError if $mode is not one of SIG_BLOCK, SIG_UNBLOCK, or SIG_SETMASK

Completed in 29 milliseconds