Searched refs:ThreadType (Results 1 – 2 of 2) sorted by relevance
1056 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef1059 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()1064 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()
1036 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() typedef1039 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST()1044 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()