Home
last modified time | relevance | path

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

/external/protobuf/gtest/test/
Dgtest-port_test.cc868 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef
871 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()
876 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()
/external/google-breakpad/src/testing/gtest/test/
Dgtest-port_test.cc1062 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef
1065 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()
1070 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()
/external/gtest/test/
Dgtest-port_test.cc1093 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef
1096 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()
1101 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-port_test.cc1111 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef
1114 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()
1119 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()