Home | History | Annotate | Download | only in test

Lines Matching defs:kThreadCount

62 const int kThreadCount = 50;
94 for (int i = 0; i < kThreadCount; i++) {
110 // This assertion should fail kThreadCount times per thread. It
129 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount];
131 for (int i = 0; i != kThreadCount; i++)
139 for (int i = 0; i != kThreadCount; i++)
143 // Ensures that kThreadCount*kThreadCount failures have been reported.
153 EXPECT_EQ(kThreadCount * 2 + 1, result->test_property_count())
156 for (int i = 0; i < kThreadCount; ++i) {
160 CheckTestFailureCount(kThreadCount*kThreadCount);