Searched refs:StdThreadPool (Results 1 – 3 of 3) 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;
34 template <> std::string GetTypeName<llvm::StdThreadPool>() { in GetTypeName() 35 return "llvm::StdThreadPool"; in GetTypeName() 125 StdThreadPool,