Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp655 internal::TaskBucket& bucket = buckets[i]; in RunTasksImpl() local
656 for (size_t taskIndex = 0; taskIndex < bucket.count; taskIndex++) in RunTasksImpl()
658 internal::GroupedTask & task = bucket.tasks[taskIndex]; in RunTasksImpl()
667 count += bucket.count; in RunTasksImpl()
701 internal::TaskBucket& bucket = buckets[i]; in RunTasksImpl() local
705 …MT_ASSERT(bucket.count < (internal::TASK_BUFFER_CAPACITY - 1), "Sanity check failed. Too many task… in RunTasksImpl()
707 bool res = context.queue.Add(bucket.tasks, bucket.count); in RunTasksImpl()