Searched refs:ThreadPoolPtr (Results 1 – 1 of 1) sorted by relevance
52 std::unique_ptr<ThreadPool> ThreadPoolPtr; variable105 if (ThreadPoolPtr.get()) in getThreadPool()106 return *ThreadPoolPtr; in getThreadPool()108 ThreadPoolPtr = std::make_unique<ThreadPool>( in getThreadPool()110 return *ThreadPoolPtr; in getThreadPool()