Searched refs:groupStats (Results 1 – 2 of 2) sorted by relevance
99 groupStats[TaskGroup::DEFAULT].SetDebugIsFree(false); in TaskScheduler()684 groupStats[i].Add((uint32)groupNewTaskCount); in RunTasksImpl()855 MT_ASSERT(groupStats[idx].GetDebugIsFree() == true, "Bad logic!"); in CreateGroup()857 groupStats[idx].SetDebugIsFree(false); in CreateGroup()870 MT_ASSERT(groupStats[idx].GetDebugIsFree() == false, "Group already released"); in ReleaseGroup()872 groupStats[idx].SetDebugIsFree(true); in ReleaseGroup()885 TaskScheduler::TaskGroupDescription & groupDesc = groupStats[idx]; in GetGroupDesc()
315 TaskGroupDescription groupStats[TaskGroup::MT_MAX_GROUPS_COUNT]; variable