Searched refs:test_routines (Results 1 – 2 of 2) sorted by relevance
198 void (*test_routines[])(Dummy dummy) = { in TEST() local204 const int kRoutines = sizeof(test_routines)/sizeof(test_routines[0]); in TEST()210 threads[i] = new ThreadWithParam<Dummy>(test_routines[i % kRoutines], in TEST()
278 void (*test_routines[])(Dummy dummy) = { in TEST() local286 const int kRoutines = sizeof(test_routines)/sizeof(test_routines[0]); in TEST()293 new ThreadWithParam<Dummy>(test_routines[i % kRoutines], Dummy(), NULL); in TEST()