Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp92 bool res = availableGroups.TryPush( TaskGroup(i) ); in TaskScheduler()
848 if (!availableGroups.TryPop(group)) in CreateGroup()
875 bool res = availableGroups.TryPush(std::move(group)); in ReleaseGroup()
/TaskScheduler/Scheduler/Include/
H A DMTScheduler.h312 LockFreeQueueMPMC<TaskGroup, TaskGroup::MT_MAX_GROUPS_COUNT * 2> availableGroups; variable