Searched refs:kMaxNoProgressIdleTimes (Results 1 – 2 of 2) sorted by relevance
121 static const int kMaxNoProgressIdleTimes = 10; variable
101 if (idle_times_which_made_no_progress_ >= kMaxNoProgressIdleTimes) { in NothingOrDone()