Searched defs:numThreads (Results 1 – 10 of 10) sorted by relevance
87 int32_t numThreads = 1; variable118 int32_t numThreads = 1; variable140 uint32_t numThreads = 0; variable
25 std::unique_ptr<ThreadPool> ThreadPool::Create(const std::string& name, uint32_t numThreads) in Create()34 ThreadPool::ThreadPool(const std::string& name, uint32_t numThreads) in ThreadPool()
24 TaskManager::TaskManager(const std::string& name, uint32_t numThreads, bool serial) in TaskManager()
61 const auto numThreads = std::max(threadPool->GetNumberOfThreads(), 1u); in ParallelSort() local
112 const int numThreads = 8; variable
838 const int numThreads = 5; variable
257 uint32_t numThreads = 1; variable
371 constexpr int32_t numThreads = 1; in GetDefaultTaskManager() local
50 ProxyServer::ProxyServer(int32_t port, int32_t numThreads) in ProxyServer()
84 ProxyServer::ProxyServer(int port, int numThreads) in ProxyServer()