Searched refs:roundRobinThreadIndex (Results 1 – 2 of 2) sorted by relevance
40 : roundRobinThreadIndex(0) in TaskScheduler()633 int32 roundRobinIndex = roundRobinThreadIndex.LoadRelaxed(); in RunTasksImpl()698 int bucketIndex = roundRobinThreadIndex.IncFetch() % threadsCount.LoadRelaxed(); in RunTasksImpl()
295 Atomic32<int32> roundRobinThreadIndex; variable