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()
212 auto ActiveGroups = getActiveGroups();213 if (!ActiveGroups)224 if (llvm::RunningWindows11OrGreater() && ActiveGroups->size() > 1) {229 assert(ActiveGroups->size() == 1 &&233 unsigned CurrentGroupID = (*ActiveGroups)[0];
205 DenseMap<ThreadPoolTaskGroup *, unsigned> ActiveGroups; variable