Searched refs:num_threads_ (Results 1 – 5 of 5) sorted by relevance
95 num_threads_(num_threads), in DelegateSimpleThreadPool()107 for (int i = 0; i < num_threads_; ++i) { in Start()118 AddWork(NULL, num_threads_); in JoinAll()121 for (int i = 0; i < num_threads_; ++i) { in JoinAll()
184 int num_threads_; variable
222 : num_threads_(options.num_threads) { in SchurEliminator()344 int num_threads_; variable
152 if (num_threads_ > 1) { in Init()156 buffer_.reset(new double[buffer_size_ * num_threads_]); in Init()161 chunk_outer_product_buffer_.reset(new double[buffer_size_ * num_threads_]); in Init()188 #pragma omp parallel for num_threads(num_threads_) schedule(dynamic) in Eliminate()222 #pragma omp parallel for num_threads(num_threads_) schedule(dynamic) in Eliminate()310 #pragma omp parallel for num_threads(num_threads_) schedule(dynamic) in BackSubstitute()
128 : num_threads_(num_threads), in TimerManager()176 if (num_finalized_ == num_threads_) { in Finalize()200 int num_threads_; member in benchmark::__anonc646188b0111::TimerManager230 CHECK_LT(entered_, num_threads_); in Barrier()232 if (entered_ < num_threads_) { in Barrier()