Home | History | Annotate | Download | only in test

Lines Matching defs:kThreadCount

1113   const int kThreadCount = 7;
1114 scoped_ptr<ThreadType> counting_threads[kThreadCount];
1116 // Creates and runs kThreadCount threads that increment locked_counter
1118 for (int i = 0; i < kThreadCount; ++i) {
1125 for (int i = 0; i < kThreadCount; ++i)
1132 EXPECT_EQ(kCycleCount * kThreadCount, locked_counter.value());