Lines Matching defs:ThreadPool
25 ThreadPool::ThreadPool(const std::string& name)
30 ThreadPool::~ThreadPool()
37 uint32_t ThreadPool::Start(int numThreads)
51 // Give the name of ThreadPool to threads created by the ThreadPool.
61 void ThreadPool::Stop()
74 void ThreadPool::AddTask(const Task &f)
89 size_t ThreadPool::GetCurTaskNum()
96 ThreadPool::Task ThreadPool::ScheduleTask()
115 bool ThreadPool::Overloaded() const
120 void ThreadPool::WorkInThread()