Searched refs:kMaxTimesRestarted (Results 1 – 2 of 2) sorted by relevance
106 static const uptr kMaxTimesRestarted = 5; variable
363 for (; times_restarted_ < kMaxTimesRestarted; times_restarted_++) { in SendCommand()