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

/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc287 const int kTestThreads = kCopiesOfEachRoutine * kRoutines; local
288 ThreadWithParam<Dummy>* threads[kTestThreads] = {};
289 for (int i = 0; i < kTestThreads; i++) {
297 for (int i = 0; i < kTestThreads; i++) {

Completed in 44 milliseconds