Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/src/
Dbenchmark_runner.cc108 void RunInThread(const BenchmarkInstance* b, size_t iters, int thread_id, in RunInThread() function
201 pool[ti] = std::thread(&RunInThread, &b, iters, static_cast<int>(ti + 1), in DoNIterations()
207 RunInThread(&b, iters, 0, manager.get()); in DoNIterations()
321 RunInThread(&b, memory_iterations, 0, manager.get()); in DoOneRepetition()
/external/google-benchmark/src/
Dbenchmark_runner.cc108 void RunInThread(const BenchmarkInstance* b, size_t iters, int thread_id, in RunInThread() function
201 pool[ti] = std::thread(&RunInThread, &b, iters, static_cast<int>(ti + 1), in DoNIterations()
207 RunInThread(&b, iters, 0, manager.get()); in DoNIterations()
321 RunInThread(&b, memory_iterations, 0, manager.get()); in DoOneRepetition()