Searched refs:ThreadType (Results 1 – 4 of 4) sorted by relevance
868 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef871 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()876 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()
1062 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef1065 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()1070 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()
1093 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef1096 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()1101 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()
1111 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef1114 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()1119 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()