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

/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc285 const int kRoutines = sizeof(test_routines)/sizeof(test_routines[0]); local
286 const int kCopiesOfEachRoutine = kMaxTestThreads / kRoutines;
287 const int kTestThreads = kCopiesOfEachRoutine * kRoutines;
292 new ThreadWithParam<Dummy>(test_routines[i % kRoutines], Dummy(), NULL);

Completed in 93 milliseconds