Home
last modified time | relevance | path

Searched refs:PCNTL_G (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/pcntl/
H A Dpcntl.c458 PCNTL_G(head) = PCNTL_G(tail) = PCNTL_G(spares) = NULL; in PHP_RINIT_FUNCTION()
460 PCNTL_G(last_error) = 0; in PHP_RINIT_FUNCTION()
502 while (PCNTL_G(head)) { in PHP_RSHUTDOWN_FUNCTION()
503 sig = PCNTL_G(head); in PHP_RSHUTDOWN_FUNCTION()
508 sig = PCNTL_G(spares); in PHP_RSHUTDOWN_FUNCTION()
955 if (!PCNTL_G(spares)) { in PHP_FUNCTION()
1357 if (PCNTL_G(head) && PCNTL_G(tail)) { in pcntl_signal_handler()
1360 PCNTL_G(head) = psig; in pcntl_signal_handler()
1362 PCNTL_G(tail) = psig; in pcntl_signal_handler()
1385 if (!PCNTL_G(head) || PCNTL_G(processing_signal_queue)) { in pcntl_signal_dispatch()
[all …]
H A Dphp_pcntl.h59 #define PCNTL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(pcntl, v) macro

Completed in 10 milliseconds