Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcntl/
H A Dpcntl.c962 psig = emalloc(sizeof(*psig)); in PHP_FUNCTION()
963 psig->next = PCNTL_G(spares); in PHP_FUNCTION()
964 PCNTL_G(spares) = psig; in PHP_FUNCTION()
1342 if (!psig) { in pcntl_signal_handler()
1346 PCNTL_G(spares) = psig->next; in pcntl_signal_handler()
1348 psig->signo = signo; in pcntl_signal_handler()
1349 psig->next = NULL; in pcntl_signal_handler()
1352 psig->siginfo = *siginfo; in pcntl_signal_handler()
1358 PCNTL_G(tail)->next = psig; in pcntl_signal_handler()
1360 PCNTL_G(head) = psig; in pcntl_signal_handler()
[all …]

Completed in 11 milliseconds