Searched refs:RunInThread (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
H A D | benchmark_runner.cc | 108 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
H A D | benchmark.cc | 161 void RunInThread(const benchmark::internal::Benchmark::Instance* b, in RunInThread() function 207 pool[ti] = std::thread(&RunInThread, &b, iters, in RunBenchmark() 210 RunInThread(&b, iters, 0, manager.get()); in RunBenchmark()
|