Home
last modified time | relevance | path

Searched defs:bucketIndex (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTScheduler.inl78 …for (size_t bucketIndex = 0; (bucketIndex < buckets.Size()) && (index < descriptions.Size()); ++bu… local
/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp636 int bucketIndex = ((roundRobinIndex + i) % threadsCount.LoadRelaxed()); in RunTasksImpl() local
698 int bucketIndex = roundRobinThreadIndex.IncFetch() % threadsCount.LoadRelaxed(); in RunTasksImpl() local