Lines Matching refs:threads
417 std::vector<port::Thread> threads; in Run() local
422 RunThreads(&threads, &bytes_written, &bytes_read, true, &read_hits); in Run()
448 virtual void RunThreads(std::vector<port::Thread>* threads,
485 void RunThreads(std::vector<port::Thread>* threads, uint64_t* bytes_written, in RunThreads() argument
489 threads->emplace_back( in RunThreads()
493 for (auto& thread : *threads) { in RunThreads()
509 void RunThreads(std::vector<port::Thread>* threads, uint64_t* bytes_written, in RunThreads() argument
513 threads->emplace_back(SeqReadBenchmarkThread( in RunThreads()
517 for (auto& thread : *threads) { in RunThreads()
536 void RunThreads(std::vector<port::Thread>* threads, uint64_t* bytes_written, in RunThreads() argument
541 threads->emplace_back(ConcurrentFillBenchmarkThread( in RunThreads()
545 threads->emplace_back( in RunThreads()
549 for (auto& thread : *threads) { in RunThreads()