Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcntl/
H A Dpcntl.c431 PCNTL_G(head) = PCNTL_G(tail) = PCNTL_G(spares) = NULL; in PHP_RINIT_FUNCTION()
433 PCNTL_G(last_error) = 0; in PHP_RINIT_FUNCTION()
459 while (PCNTL_G(head)) { in PHP_RSHUTDOWN_FUNCTION()
460 sig = PCNTL_G(head); in PHP_RSHUTDOWN_FUNCTION()
465 sig = PCNTL_G(spares); in PHP_RSHUTDOWN_FUNCTION()
909 if (!PCNTL_G(spares)) { in PHP_FUNCTION()
1313 if (PCNTL_G(head) && PCNTL_G(tail)) { in pcntl_signal_handler()
1316 PCNTL_G(head) = psig; in pcntl_signal_handler()
1318 PCNTL_G(tail) = psig; in pcntl_signal_handler()
1341 if (!PCNTL_G(head) || PCNTL_G(processing_signal_queue)) { in pcntl_signal_dispatch()
[all …]
H A Dphp_pcntl.h97 #define PCNTL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(pcntl, v) macro

Completed in 9 milliseconds