Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc191 const int kRoutines = sizeof(test_routines) / sizeof(test_routines[0]); in TEST() local
192 const int kCopiesOfEachRoutine = kMaxTestThreads / kRoutines; in TEST()
193 const int kTestThreads = kCopiesOfEachRoutine * kRoutines; in TEST()
197 threads[i] = new ThreadWithParam<Dummy>(test_routines[i % kRoutines], in TEST()