Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc185 void (*test_routines[])(Dummy dummy) = { in TEST() local
191 const int kRoutines = sizeof(test_routines) / sizeof(test_routines[0]); in TEST()
197 threads[i] = new ThreadWithParam<Dummy>(test_routines[i % kRoutines], in TEST()