Searched refs:SIG_UNBLOCK (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/pcntl/tests/ |
H A D | 003.phpt | 2 pcntl: SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK 30 pcntl_sigprocmask(SIG_UNBLOCK, [SIGINT], $old);
|
H A D | pcntl_sigprocmask_errors.phpt | 62 ValueError: pcntl_sigprocmask(): Argument #1 ($mode) must be one of SIG_BLOCK, SIG_UNBLOCK, or SIG_…
|
H A D | 002.phpt | 26 pcntl_sigprocmask(SIG_UNBLOCK, array(SIGINT), $oldset);
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_signals.c | 323 if (0 > sigprocmask(SIG_UNBLOCK, &all_signals, NULL)) { in fpm_signals_unblock()
|
/php-src/Zend/ |
H A D | zend_signal.c | 201 zend_sigprocmask(SIG_UNBLOCK, &sigset, NULL); in zend_signal_handler() 264 zend_sigprocmask(SIG_UNBLOCK, &sigset, NULL); in zend_sigaction()
|
H A D | zend_execute_API.c | 1584 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 D | pcntl.stub.php | 395 const SIG_UNBLOCK = UNKNOWN; define
|
H A D | pcntl_arginfo.h | 432 REGISTER_LONG_CONSTANT("SIG_UNBLOCK", SIG_UNBLOCK, CONST_PERSISTENT); in register_pcntl_symbols()
|
H A D | pcntl.c | 919 if (how != SIG_BLOCK && how != SIG_UNBLOCK && how != SIG_SETMASK) { in PHP_FUNCTION()
|
Completed in 21 milliseconds