Searched refs:kMaxAttempts (Results 1 – 4 of 4) sorted by relevance
99 const int kMaxAttempts = 1000000; in TEST() local103 while (count < kMaxAttempts) { in TEST()118 ASSERT_LT(count, kMaxAttempts) << "Expected average was " << in TEST()
128 const int kMaxAttempts = 3; in Allocate() local130 for (int i = 0; i < kMaxAttempts; ++i) { in Allocate()
837 const int kMaxAttempts = 3; in Allocate() local839 for (int i = 0; i < kMaxAttempts; ++i) { in Allocate()
920 const int kMaxAttempts = 10; in CreateSnapshot() local932 for (int attempt = 0; attempt < kMaxAttempts; ++attempt) { in CreateSnapshot()