Searched refs:next_pid_ (Results 1 – 3 of 3) sorted by relevance
255 int next_pid_; variable277 next_pid_ = 0; in TraceReader()441 while (next_pid_ < kNumPids) { in GetNextProcess()442 if (processes_[next_pid_]) in GetNextProcess()443 return processes_[next_pid_++]; in GetNextProcess()444 next_pid_ += 1; in GetNextProcess()446 next_pid_ = 0; in GetNextProcess()
115 int next_pid_; variable
638 next_pid_ = 0; in TraceReaderBase()1185 current_pid_ = next_pid_; in FindCurrentPid()1194 next_pid_ = event.pid; in FindCurrentPid()