Searched refs:ThreadType (Results 1 - 6 of 6) sorted by last modified time

/external/stressapptest/src/
H A Dsat.h241 enum ThreadType { enum in class:Sat
/external/gtest/test/
H A Dgtest-port_test.cc1100 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; typedef
1103 scoped_ptr<ThreadType> counting_threads[kThreadCount];
1108 counting_threads[i].reset(new ThreadType(&CountingThreadFunc,
/external/chromium_org/testing/gtest/test/
H A Dgtest-port_test.cc1111 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; typedef
1114 scoped_ptr<ThreadType> counting_threads[kThreadCount];
1119 counting_threads[i].reset(new ThreadType(&CountingThreadFunc,
/external/chromium_org/net/base/
H A Dnet_log_unittest.cc210 // Creates |kThreads| threads of type |ThreadType| and then runs them all
212 template<class ThreadType>
214 ThreadType threads[kThreads];
/external/chromium_org/ppapi/proxy/
H A Dppapi_proxy_test.cc365 void PluginProxyMultiThreadTest::CheckOnThread(ThreadType thread_type) {
H A Dppapi_proxy_test.h210 enum ThreadType { enum in class:ppapi::proxy::PluginProxyMultiThreadTest
214 void CheckOnThread(ThreadType thread_type);

Completed in 4669 milliseconds