Lines Matching refs:ThreadPool
35 ThreadPool::ThreadPool(ThreadPoolStrategy S) in ThreadPool() function in ThreadPool
38 void ThreadPool::grow(int requested) { in grow()
59 void ThreadPool::processTasks(ThreadPoolTaskGroup *WaitingForGroup) { in processTasks()
135 bool ThreadPool::workCompletedUnlocked(ThreadPoolTaskGroup *Group) const { in workCompletedUnlocked()
143 void ThreadPool::wait() { in wait()
151 void ThreadPool::wait(ThreadPoolTaskGroup &Group) { in wait()
168 bool ThreadPool::isWorkerThread() const { in isWorkerThread()
178 ThreadPool::~ThreadPool() { in ~ThreadPool()
192 ThreadPool::ThreadPool(ThreadPoolStrategy S) : MaxThreadCount(1) { in ThreadPool() function in ThreadPool
200 void ThreadPool::wait() { in wait()
209 void ThreadPool::wait(ThreadPoolTaskGroup &) { in wait()
215 bool ThreadPool::isWorkerThread() const { in isWorkerThread()
219 ThreadPool::~ThreadPool() { wait(); } in ~ThreadPool()