Searched refs:SIG_BLOCK (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/ext/pcntl/tests/ |
H A D | 003.phpt | 2 pcntl: SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK 16 pcntl_sigprocmask(SIG_BLOCK, array(SIGCHLD,SIGTERM), $old); 18 pcntl_sigprocmask(SIG_BLOCK, array(SIGINT), $old);
|
H A D | 002.phpt | 21 pcntl_sigprocmask(SIG_BLOCK, array(SIGCHLD,(string)SIGTERM)); 23 pcntl_sigprocmask(SIG_BLOCK, array(), $oldset);
|
/PHP-8.2/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.2/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.2/ext/pcntl/ |
H A D | pcntl.stub.php | 291 const SIG_BLOCK = UNKNOWN; define
|
H A D | pcntl_arginfo.h | 320 REGISTER_LONG_CONSTANT("SIG_BLOCK", SIG_BLOCK, CONST_PERSISTENT); in register_pcntl_symbols()
|
H A D | pcntl.c | 1092 sigprocmask(SIG_BLOCK, &mask, &old_mask); in pcntl_signal_dispatch()
|
/PHP-8.2/Zend/ |
H A D | zend_signal.c | 54 zend_sigprocmask(SIG_BLOCK, &global_sigmask, &oldmask);
|
/PHP-8.2/sapi/litespeed/ |
H A D | lsapilib.c | 3273 if ( sigprocmask(SIG_BLOCK, &mask, &orig_mask) < 0 ) in lsapi_prefork_server_accept()
|
Completed in 25 milliseconds