Lines Matching refs:threads
33 // threads concurrently.
44 // The maximum number of test threads (not including helper threads)
147 // threads. This should generate no Google Test failure.
172 // Tests invoking methods of the same mock object in multiple threads.
227 // Tests using the same mock object in multiple threads when the
276 // Tests using Google Mock constructs in many threads concurrently.
289 ThreadWithParam<Dummy>* threads[kTestThreads] = {};
292 threads[i] =
297 // At this point, we have many threads running.
299 JoinAndDelete(threads[i]);