Home
last modified time | relevance | path

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

/external/gtest/test/
Dgtest-port_test.cc1056 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef
1059 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()
1064 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()
/external/chromium/testing/gtest/test/
Dgtest-port_test.cc1036 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef
1039 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()
1044 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()