Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Source/
H A DMTFiberContext.cpp103 threadContext->taskScheduler->RunTasksImpl(buckets, this, false); in RunSubtasksAndYieldImpl()
145 scheduler.RunTasksImpl(buckets, nullptr, false); in RunAsync()
H A DMTScheduler.cpp606 context.taskScheduler->RunTasksImpl(buckets, nullptr, true); in SchedulerFiberProcessTask()
628 …void TaskScheduler::RunTasksImpl(ArrayView<internal::TaskBucket>& buckets, FiberContext * parentFi… in RunTasksImpl() function in MT::TaskScheduler
732 RunTasksImpl(buckets, nullptr, false); in RunAsync()
/TaskScheduler/Scheduler/Include/
H A DMTFiberContext.inl59 scheduler.RunTasksImpl(buckets, nullptr, false);
H A DMTScheduler.inl115 RunTasksImpl(buckets, nullptr, false);
H A DMTScheduler.h333 …void RunTasksImpl(ArrayView<internal::TaskBucket>& buckets, FiberContext * parentFiber, bool resto…