Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcntl/
H A Dpcntl.c629 psig = emalloc(sizeof(*psig)); in PHP_FUNCTION()
630 psig->next = PCNTL_G(spares); in PHP_FUNCTION()
631 PCNTL_G(spares) = psig; in PHP_FUNCTION()
1052 if (!psig) { in pcntl_signal_handler()
1056 PCNTL_G(spares) = psig->next; in pcntl_signal_handler()
1058 psig->signo = signo; in pcntl_signal_handler()
1059 psig->next = NULL; in pcntl_signal_handler()
1062 psig->siginfo = *siginfo; in pcntl_signal_handler()
1068 PCNTL_G(tail)->next = psig; in pcntl_signal_handler()
1070 PCNTL_G(head) = psig; in pcntl_signal_handler()
[all …]

Completed in 5 milliseconds