Searched refs:SIG_UNBLOCK (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/pcntl/tests/ |
H A D | 003.phpt | 2 pcntl: SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK 20 pcntl_sigprocmask(SIG_UNBLOCK, array(SIGINT), $old);
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_signals.c | 323 if (0 > sigprocmask(SIG_UNBLOCK, &all_signals, NULL)) { in fpm_signals_unblock()
|
/PHP-8.2/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 | 1520 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in zend_timeout_handler() 1565 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in zend_timeout_handler()
|
/PHP-8.2/ext/pcntl/ |
H A D | pcntl.stub.php | 296 const SIG_UNBLOCK = UNKNOWN; define
|
H A D | pcntl_arginfo.h | 323 REGISTER_LONG_CONSTANT("SIG_UNBLOCK", SIG_UNBLOCK, CONST_PERSISTENT); in register_pcntl_symbols()
|
Completed in 16 milliseconds