Searched refs:StdThreadPool (Results 1 – 2 of 2) sorted by relevance
35 StdThreadPool::StdThreadPool(ThreadPoolStrategy S) in StdThreadPool() function in StdThreadPool38 void StdThreadPool::grow(int requested) { in grow()60 void StdThreadPool::processTasks(ThreadPoolTaskGroup *WaitingForGroup) { in processTasks()136 bool StdThreadPool::workCompletedUnlocked(ThreadPoolTaskGroup *Group) const { in workCompletedUnlocked()144 void StdThreadPool::wait() { in wait()152 void StdThreadPool::wait(ThreadPoolTaskGroup &Group) { in wait()169 bool StdThreadPool::isWorkerThread() const { in isWorkerThread()179 StdThreadPool::~StdThreadPool() { in ~StdThreadPool()
124 class StdThreadPool : public ThreadPoolInterface {130 StdThreadPool(ThreadPoolStrategy S = hardware_concurrency());133 ~StdThreadPool() override;255 using DefaultThreadPool = StdThreadPool;