Searched refs:kThreadCount (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_stress_test.cc62 const int kThreadCount = 50; member in namespace:testing::__anon64
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;
[all...]
H A Dgtest-port_test.cc1108 const int kThreadCount = 7; local
1109 scoped_ptr<ThreadType> counting_threads[kThreadCount];
1111 // Creates and runs kThreadCount threads that increment locked_counter
1113 for (int i = 0; i < kThreadCount; ++i) {
1120 for (int i = 0; i < kThreadCount; ++i)
1127 EXPECT_EQ(kCycleCount * kThreadCount, locked_counter.value());

Completed in 8 milliseconds