Home | History | Annotate | Download | only in qtools

Lines Matching refs:next_pid_

255     int                 next_pid_;
277 next_pid_ = 0;
441 while (next_pid_ < kNumPids) {
442 if (processes_[next_pid_])
443 return processes_[next_pid_++];
444 next_pid_ += 1;
446 next_pid_ = 0;