Home | History | Annotate | Download | only in pppd

Lines Matching refs:n_children

193 static int n_children;		/* # child processes still running */
624 if (n_children > 0) {
629 dbglog("Waiting for %d child processes...", n_children);
633 while (n_children > 0 && !childwait_done) {
1755 ++n_children;
1798 if (n_children == 0)
1803 --n_children;