Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcntl/tests/
H A Dpcntl_realtime_signal.phpt7 <?php if (!defined('SIGRTMIN')) die("skip realtime signal not supported"); ?>
11 pcntl_signal(SIGRTMIN, function ($signo, $siginfo) {
14 posix_kill(posix_getpid(), SIGRTMIN);
/PHP-8.3/Zend/
H A Dzend_max_execution_timer.c52 sev.sigev_signo = SIGRTMIN; in zend_max_execution_timer_init()
H A Dzend_execute_API.c1539 sigaction(SIGRTMIN, &act, NULL); in zend_timeout_handler()
1541 sigaddset(&sigset, SIGRTMIN); in zend_timeout_handler()
/PHP-8.3/ext/pcntl/
H A Dpcntl.stub.php251 const SIGRTMIN = UNKNOWN; define
H A Dpcntl_arginfo.h301 #if defined(SIGRTMIN) in register_pcntl_symbols()
302 REGISTER_LONG_CONSTANT("SIGRTMIN", LONG_CONST(SIGRTMIN), CONST_PERSISTENT); in register_pcntl_symbols()
H A Dpcntl.c894 #if defined(SIGRTMIN) && defined(SIGRTMAX) in pcntl_siginfo_to_zval()
895 if (SIGRTMIN <= signo && signo <= SIGRTMAX) { in pcntl_siginfo_to_zval()

Completed in 20 milliseconds