Searched refs:ActiveGroups (Results 1 – 3 of 3) sorted by relevance
90 ++ActiveGroups[GroupOfTask]; // Increment or set to 1 if new item in processTasks()117 auto A = ActiveGroups.find(GroupOfTask); in processTasks()119 ActiveGroups.erase(A); in processTasks()139 return ActiveGroups.count(Group) == 0 && in workCompletedUnlocked()
213 auto ActiveGroups = getActiveGroups();214 if (!ActiveGroups)225 if (llvm::RunningWindows11OrGreater() && ActiveGroups->size() > 1) {230 assert(ActiveGroups->size() == 1 &&234 unsigned CurrentGroupID = (*ActiveGroups)[0];
206 DenseMap<ThreadPoolTaskGroup *, unsigned> ActiveGroups; variable