Lines Matching refs:threads
62 "used by all threads that make up the test. For real-time "
65 "threads.");
227 // Report the total iterations across all threads.
228 report.iterations = static_cast<int64_t>(iters) * b.threads;
262 State st(iters, b->arg, thread_id, b->threads, &timer, manager);
286 std::vector<std::thread> pool(b.threads - 1);
299 manager.reset(new internal::ThreadManager(b.threads));
314 results.real_time_used /= b.threads;
315 results.manual_time_used /= b.threads;
390 threads(n_threads),
395 CHECK_LT(thread_index, threads) << "thread_index must be less than threads";