Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp633 int32 roundRobinIndex = roundRobinThreadIndex.LoadRelaxed(); in RunTasksImpl() local
636 int bucketIndex = ((roundRobinIndex + i) % threadsCount.LoadRelaxed()); in RunTasksImpl()