Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcntl/
H A Dpcntl.c864 psig = emalloc(sizeof(*psig)); in PHP_FUNCTION()
865 psig->next = PCNTL_G(spares); in PHP_FUNCTION()
866 PCNTL_G(spares) = psig; in PHP_FUNCTION()
1210 psig = PCNTL_G(spares); in pcntl_signal_handler()
1211 if (!psig) { in pcntl_signal_handler()
1215 PCNTL_G(spares) = psig->next; in pcntl_signal_handler()
1217 psig->signo = signo; in pcntl_signal_handler()
1218 psig->next = NULL; in pcntl_signal_handler()
1223 PCNTL_G(tail)->next = psig; in pcntl_signal_handler()
1225 PCNTL_G(head) = psig; in pcntl_signal_handler()
[all …]

Completed in 11 milliseconds