Home
last modified time | relevance | path

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

/php-src/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-src/Zend/
H A Dzend_max_execution_timer.c62 sev.sigev_signo = SIGRTMIN; in zend_max_execution_timer_init()
H A Dzend_execute_API.c1581 sigaction(SIGRTMIN, &act, NULL); in zend_timeout_handler()
1583 sigaddset(&sigset, SIGRTMIN); in zend_timeout_handler()
/php-src/ext/pcntl/
H A Dpcntl.stub.php343 const SIGRTMIN = UNKNOWN; define
H A Dpcntl_arginfo.h407 #if defined(SIGRTMIN) in register_pcntl_symbols()
408 REGISTER_LONG_CONSTANT("SIGRTMIN", LONG_CONST(SIGRTMIN), CONST_PERSISTENT); in register_pcntl_symbols()
H A Dpcntl.c1131 #if defined(SIGRTMIN) && defined(SIGRTMAX) in pcntl_siginfo_to_zval()
1132 if (SIGRTMIN <= signo && signo <= SIGRTMAX) { in pcntl_siginfo_to_zval()

Completed in 30 milliseconds