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

/gem5/ext/googletest/googlemock/test/
H A Dgmock_stress_test.cc286 const int kRoutines = sizeof(test_routines)/sizeof(test_routines[0]); local
287 const int kCopiesOfEachRoutine = kMaxTestThreads / kRoutines;
288 const int kTestThreads = kCopiesOfEachRoutine * kRoutines;
293 new ThreadWithParam<Dummy>(test_routines[i % kRoutines], Dummy(), NULL);

Completed in 4 milliseconds