Home
last modified time | relevance | path

Searched refs:SIG_UNBLOCK (Results 1 – 9 of 9) 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.c1584 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in zend_timeout_handler()
1629 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in zend_timeout_handler()
/php-src/ext/pcntl/
H A Dpcntl.stub.php395 const SIG_UNBLOCK = UNKNOWN; define
H A Dpcntl_arginfo.h432 REGISTER_LONG_CONSTANT("SIG_UNBLOCK", SIG_UNBLOCK, CONST_PERSISTENT); in register_pcntl_symbols()
H A Dpcntl.c919 if (how != SIG_BLOCK && how != SIG_UNBLOCK && how != SIG_SETMASK) { in PHP_FUNCTION()

Completed in 21 milliseconds