Home
last modified time | relevance | path

Searched refs:RunInThread (Results 1 – 1 of 1) sorted by relevance

/llvm-project/third-party/benchmark/src/
H A Dbenchmark_runner.cc124 void RunInThread(const BenchmarkInstance* b, IterationCount iters, in RunInThread() function
268 pool[ti] = std::thread(&RunInThread, &b, iters, static_cast<int>(ti + 1), in DoNIterations()
274 RunInThread(&b, iters, 0, manager.get(), perf_counters_measurement_ptr); in DoNIterations()
464 RunInThread(&b, memory_iterations, 0, manager.get(), in DoOneRepetition()