Searched refs:Helper1Param (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock_stress_test.cc174 struct Helper1Param { struct in namespace:testing::__anon26
179 void Helper1(Helper1Param param) {
212 const Helper1Param param = { &foo, &count1 };
213 ThreadWithParam<Helper1Param>* const t =
214 new ThreadWithParam<Helper1Param>(Helper1, param, NULL);
217 const Helper1Param param2 = { &foo, &count2 };

Completed in 4 milliseconds