Searched refs:THREAD_POOL_NAME (Results 1 – 4 of 4) sorted by relevance
24 static const std::string THREAD_POOL_NAME = "OS_SoundMgr"; variable72 soundParserThreadPool_ = std::make_unique<ThreadPool>(THREAD_POOL_NAME); in InitThreadPool()
26 static const std::string THREAD_POOL_NAME = "OS_StreamMgr"; variable76 streamPlayingThreadPool_ = std::make_unique<ThreadPool>(THREAD_POOL_NAME); in InitThreadPool()
31 const std::string THREAD_POOL_NAME = "InstallerThreadPool"; variable202 threadPool_ = std::make_shared<ThreadPool>(THREAD_POOL_NAME); in AddTask()
31 const std::string THREAD_POOL_NAME = "BundleResourceThreadPool"; variable333 std::shared_ptr<ThreadPool> threadPool = std::make_shared<ThreadPool>(THREAD_POOL_NAME); in AddResourceInfosByMap()