spares            494 ext/pcntl/pcntl.c 	PCNTL_G(head) = PCNTL_G(tail) = PCNTL_G(spares) = NULL;
spares            524 ext/pcntl/pcntl.c 	while (PCNTL_G(spares)) {
spares            525 ext/pcntl/pcntl.c 		sig = PCNTL_G(spares);
spares            526 ext/pcntl/pcntl.c 		PCNTL_G(spares) = sig->next;
spares            857 ext/pcntl/pcntl.c 	if (!PCNTL_G(spares)) {
spares            865 ext/pcntl/pcntl.c 			psig->next = PCNTL_G(spares);
spares            866 ext/pcntl/pcntl.c 			PCNTL_G(spares) = psig;
spares           1210 ext/pcntl/pcntl.c 	psig = PCNTL_G(spares);
spares           1215 ext/pcntl/pcntl.c 	PCNTL_G(spares) = psig->next;
spares           1276 ext/pcntl/pcntl.c 		queue->next = PCNTL_G(spares);
spares           1277 ext/pcntl/pcntl.c 		PCNTL_G(spares) = queue;
spares             70 ext/pcntl/php_pcntl.h 	struct php_pcntl_pending_signal *head, *tail, *spares;