Searched defs:ThreadPool (Results 1 – 8 of 8) sorted by relevance
128 class ThreadPool; variable130 friend class ThreadPool; variable
63 ThreadPool() in ThreadPool() function
25 ThreadPool::ThreadPool(const std::string& name) in ThreadPool() function in OHOS::ThreadPool
57 explicit ThreadPool(uint32_t timeout) : timeout_(timeout), idleThreadNum_(0), needRun_(true) in ThreadPool() function
45 ThreadPool::ThreadPool() in ThreadPool() function in OHOS::AI::ThreadPool
55 } ThreadPool; typedef
34 ThreadPool::ThreadPool(const std::string& name, uint32_t numThreads) in ThreadPool() function in OHOS::CameraStandard::DeferredProcessing::ThreadPool
137 class ThreadPool final : public IThreadPool { class139 explicit ThreadPool(size_t threadCount) in ThreadPool() function in __anondcf869ec0110::ThreadPool