Searched refs:ThreadPool (Results 1 – 4 of 4) sorted by relevance
110 class ThreadPool {112 ThreadPool(size_t maxThreadCount, std::string name) in ThreadPool() function116 ~ThreadPool() { quit(); } in ~ThreadPool()448 std::unique_ptr<ThreadPool> mThreadPool; // locked internally
41 std::unique_ptr<ThreadPool> mThreadPool; // set in constructor, has own lock
37 mThreadPool = std::make_unique<ThreadPool>( in SoundDecoder()
127 mThreadPool = std::make_unique<ThreadPool>(