Searched refs:threadPool_ (Results 1 – 3 of 3) sorted by relevance
42 ThreadPoolUnitTest() : threadPool_(ThreadPool::CreateThreadPool(MAX_TASK_NUMBER)) {} in ThreadPoolUnitTest()47 threadPool_ = nullptr; in ~ThreadPoolUnitTest()52 if (threadPool_ == nullptr) { in TestThreadPoolCreate()75 ThreadPool* threadPool_; member in __anon9421ffec0111::ThreadPoolUnitTest
65 if (threadPool_) { in ~ScriptManagerImpl()67 threadPool_ = nullptr; in ~ScriptManagerImpl()89 threadPool_ = ThreadPool::CreateThreadPool(MAX_PRIORITY); in Init()90 if (threadPool_ == nullptr) { in Init()216 int32_t threadNumber = threadPool_->GetThreadNumber(); in ExecuteScript()
51 ThreadPool *threadPool_ = nullptr; variable