Searched refs:getThreadCount (Results 1 – 6 of 6) sorted by relevance
42 virtual size_t getThreadCount() const = 0;108 size_t getThreadCount() const override { return ThreadCount; } in getThreadCount() function in llvm::parallel::detail::__anoncc39f2690111::ThreadPoolExecutor172 size_t getThreadCount() { in getThreadCount() function173 return detail::Executor::getDefaultExecutor()->getThreadCount(); in getThreadCount()
154 unsigned getThreadCount() const { return MaxThreadCount; } in getThreadCount() function238 unsigned getThreadCount() const { return 1; } in getThreadCount() function
53 LLVM_ABI size_t getThreadCount();56 inline size_t getThreadCount() { return 1; } in getThreadCount() function
31 : NumOfAllocators(parallel::getThreadCount()), in PerThreadAllocator()
246 unsigned getThreadCount() { return BackendThreadPool.getMaxConcurrency(); } in getThreadCount() function
2067 if (BackendProcess->getThreadCount() == 1 || in runThinLTO()