Searched refs:counting_threads (Results 1 – 4 of 4) sorted by relevance
871 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST() local876 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()883 counting_threads[i]->Join(); in TEST()
1065 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST() local1070 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()1077 counting_threads[i]->Join(); in TEST()
1096 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST() local1101 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()1108 counting_threads[i]->Join(); in TEST()
1114 scoped_ptr<ThreadType> counting_threads[kThreadCount]; in TEST() local1119 counting_threads[i].reset(new ThreadType(&CountingThreadFunc, in TEST()1126 counting_threads[i]->Join(); in TEST()