spares            508 ext/pcntl/pcntl.c 	PCNTL_G(head) = PCNTL_G(tail) = PCNTL_G(spares) = NULL;
spares            538 ext/pcntl/pcntl.c 	while (PCNTL_G(spares)) {
spares            539 ext/pcntl/pcntl.c 		sig = PCNTL_G(spares);
spares            540 ext/pcntl/pcntl.c 		PCNTL_G(spares) = sig->next;
spares            964 ext/pcntl/pcntl.c 	if (!PCNTL_G(spares)) {
spares            972 ext/pcntl/pcntl.c 			psig->next = PCNTL_G(spares);
spares            973 ext/pcntl/pcntl.c 			PCNTL_G(spares) = psig;
spares           1300 ext/pcntl/pcntl.c 	psig = PCNTL_G(spares);
spares           1305 ext/pcntl/pcntl.c 	PCNTL_G(spares) = psig->next;
spares           1363 ext/pcntl/pcntl.c 		queue->next = PCNTL_G(spares);
spares           1364 ext/pcntl/pcntl.c 		PCNTL_G(spares) = queue;
spares             80 ext/pcntl/php_pcntl.h 	struct php_pcntl_pending_signal *head, *tail, *spares;