Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/
Dgmock_stress_test.cc204 const int kRoutines = sizeof(test_routines)/sizeof(test_routines[0]); in TEST() local
205 const int kCopiesOfEachRoutine = kMaxTestThreads / kRoutines; in TEST()
206 const int kTestThreads = kCopiesOfEachRoutine * kRoutines; in TEST()
210 threads[i] = new ThreadWithParam<Dummy>(test_routines[i % kRoutines], in TEST()