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()143 void StdThreadPool::wait() { in wait()151 void StdThreadPool::wait(ThreadPoolTaskGroup &Group) { in wait()168 bool StdThreadPool::isWorkerThread() const { in isWorkerThread()178 StdThreadPool::~StdThreadPool() { in ~StdThreadPool()
125 class LLVM_ABI StdThreadPool : public ThreadPoolInterface {131 StdThreadPool(ThreadPoolStrategy S = hardware_concurrency());134 ~StdThreadPool() override;256 using DefaultThreadPool = StdThreadPool;