Searched defs:getThreadCount (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ | ||
| H A D | Parallel.cpp | 108 size_t getThreadCount() const override { return ThreadCount; } in getThreadCount() function in llvm::parallel::detail::__anon3cd17d1f0111::ThreadPoolExecutor |
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ | ||
| H A D | ThreadPool.h | 110 unsigned getThreadCount() const { return MaxThreadCount; } in getThreadCount() function |
| H A D | Parallel.h | 55 inline size_t getThreadCount() { return 1; } in getThreadCount() function |
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ | ||
| H A D | LTO.cpp | 1539 unsigned getThreadCount() override { in getThreadCount() function in __anonad319db30e11::InProcessThinBackend |