Home | History | Annotate | Download | only in qtools

Lines Matching refs:kNumPids

223     static const int kNumPids = 32768;
258 ProcessState *processes_[kNumPids];
282 for (int ii = 1; ii < kNumPids; ++ii)
321 for (int ii = 0; ii < kNumPids; ++ii) {
416 for (int ii = 0; ii < kNumPids; ++ii) {
426 for (int ii = 0; ii < kNumPids; ++ii) {
441 while (next_pid_ < kNumPids) {
453 if (pid < 0 || pid >= kNumPids || processes_[pid] == NULL)
1176 if (event->pid >= kNumPids) {
1221 if (event->pid >= kNumPids) {