Home | History | Annotate | Download | only in Scripts

Lines Matching refs:children

116 my @children;
120 while (@sources && @children < $numJobs) {
127 push(@children, $pid);
131 $status |= waitForChild(@children);
134 while (@children) {
135 $status |= waitForChild(@children);
200 my ($children) = @_;
202 return unless @{$children};
207 for (my $i = 0; $i < @{$children}; $i++) {
208 if ($children->[$i] == $deceased) {
209 splice(@{$children}, $i, 1);