Searched refs:getThreadCount (Results 1 – 8 of 8) sorted by relevance
71 size_t numActions = std::min(numElements, threadPool.getThreadCount()); in failableParallelForEach()
542 for (unsigned I = 0; I < Pool.getThreadCount(); ++I) in main()555 << " files using " << Pool.getThreadCount() << " workers\n"; in main()557 for (unsigned I = 0; I < Pool.getThreadCount(); ++I) { in main()
110 unsigned getThreadCount() const { return MaxThreadCount; } in getThreadCount() function
1185 virtual unsigned getThreadCount() = 0;1341 unsigned getThreadCount() override { in getThreadCount() function in __anon5d5e48ed0b11::InProcessThinBackend1342 return BackendThreadPool.getThreadCount(); in getThreadCount()1421 unsigned getThreadCount() override { return 1; } in getThreadCount() function in __anon5d5e48ed1011::WriteIndexesThinBackend1584 if (BackendProc->getThreadCount() == 1) { in runThinLTO()
442 return getDefaultAsyncRuntime()->getThreadPool().getThreadCount(); in mlirAsyncRuntimGetNumWorkerThreads()
335 for (unsigned WorkerIndex = 0; WorkerIndex < Pool.getThreadCount(); in findBinaries()
538 return impl->threadPool->getThreadCount(); in getNumThreads()
700 asyncExecutors.assign(context->getThreadPool().getThreadCount(), mgrs); in runOnOperationAsyncImpl()