Home
last modified time | relevance | path

Searched refs:ActiveGroups (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DThreadPool.cpp89 ++ActiveGroups[GroupOfTask]; // Increment or set to 1 if new item in processTasks()
116 auto A = ActiveGroups.find(GroupOfTask); in processTasks()
118 ActiveGroups.erase(A); in processTasks()
138 return ActiveGroups.count(Group) == 0 && in workCompletedUnlocked()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DThreadPool.h207 DenseMap<ThreadPoolTaskGroup *, unsigned> ActiveGroups; variable