Home | History | Annotate | Download | only in gc

Lines Matching defs:num_threads

964   const size_t num_threads = std::max(parallel_gc_threads_, conc_gc_threads_);
965 if (num_threads != 0) {
966 thread_pool_.reset(new ThreadPool("Heap thread pool", num_threads));