Searched refs:kRoutines (Results 1 – 1 of 1) sorted by relevance
191 const int kRoutines = sizeof(test_routines) / sizeof(test_routines[0]); in TEST() local192 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()