Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcntl/tests/
H A D003.phpt2 pcntl: SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK
20 pcntl_sigprocmask(SIG_UNBLOCK, array(SIGINT), $old);
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_signals.c323 if (0 > sigprocmask(SIG_UNBLOCK, &all_signals, NULL)) { in fpm_signals_unblock()
/PHP-8.2/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.c1520 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 Dpcntl.stub.php296 const SIG_UNBLOCK = UNKNOWN; define
H A Dpcntl_arginfo.h323 REGISTER_LONG_CONSTANT("SIG_UNBLOCK", SIG_UNBLOCK, CONST_PERSISTENT); in register_pcntl_symbols()

Completed in 16 milliseconds