Searched defs:numThreads (Results 1 – 5 of 5) sorted by relevance
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()
37 uint32_t ThreadPool::Start(int numThreads) in Start()
107 constexpr uint32_t numThreads = 1; in GetPhotoTaskManager() local
185 constexpr int32_t numThreads = 1; in PhotoListener() local