Lines Matching defs:threads
31 // threads concurrently.
42 // The maximum number of test threads (not including helper threads)
65 // threads. This should generate no Google Test failure.
86 // Tests invoking methods of the same mock object in multiple threads.
138 // Tests using the same mock object in multiple threads when the
183 // Tests using Google Mock constructs in many threads concurrently.
194 ThreadWithParam<Dummy>* threads[kTestThreads] = {};
197 threads[i] = new ThreadWithParam<Dummy>(test_routines[i % kRoutines],
202 // At this point, we have many threads running.
204 JoinAndDelete(threads[i]);