Home
last modified time | relevance | path

Searched refs:SIG_UNBLOCK (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/pcntl/tests/
H A D003.phpt2 pcntl: SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK
30 pcntl_sigprocmask(SIG_UNBLOCK, [SIGINT], $old);
H A Dpcntl_sigprocmask_errors.phpt62 ValueError: pcntl_sigprocmask(): Argument #1 ($mode) must be one of SIG_BLOCK, SIG_UNBLOCK, or SIG_…
H A D002.phpt26 pcntl_sigprocmask(SIG_UNBLOCK, array(SIGINT), $oldset);
/php-src/sapi/fpm/fpm/
H A Dfpm_signals.c323 if (0 > sigprocmask(SIG_UNBLOCK, &all_signals, NULL)) { in fpm_signals_unblock()
/php-src/Zend/
H A Dzend_signal.c201 zend_sigprocmask(SIG_UNBLOCK, &sigset, NULL); in zend_signal_handler()
264 zend_sigprocmask(SIG_UNBLOCK, &sigset, NULL); in zend_sigaction()
H A Dzend_execute_API.c1556 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in zend_timeout_handler()
1599 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in zend_timeout_handler()
/php-src/ext/pcntl/
H A Dpcntl.stub.php317 const SIG_UNBLOCK = UNKNOWN; define
H A Dpcntl_arginfo.h408 REGISTER_LONG_CONSTANT("SIG_UNBLOCK", SIG_UNBLOCK, CONST_PERSISTENT); in register_pcntl_symbols()
H A Dpcntl.c851 if (how != SIG_BLOCK && how != SIG_UNBLOCK && how != SIG_SETMASK) { in PHP_FUNCTION()
/php-src/
H A DUPGRADING122 - A ValueError if $mode is not one of SIG_BLOCK, SIG_UNBLOCK, or SIG_SETMASK

Completed in 26 milliseconds