Home
last modified time | relevance | path

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

/TaskScheduler/SchedulerTests/Tests/
H A DWaitTests.cpp49 struct Task in SUITE() struct
51 MT_DECLARE_TASK(Task, MT::StackRequirements::STANDARD, MT::TaskPriority::NORMAL, MT::Color::Blue); in SUITE()
74 Task tasks[16]; in SUITE()
/TaskScheduler/
H A DREADME.md9 ## Commercial games using Task Scheduler
105 Task Scheduling Strategies by Dmitry Vyukov
109 Implementing a Work-Stealing Task Scheduler on the ARM11 MPCore
111 http://www.rtcgroup.com/arm/2007/presentations/211%20-%20Implementing%20a%20Work-Stealing%20Task%20…
129 Enki Task Scheduler by Doug Binks
153 Do-it-yourself Game Task Scheduling by Jerome Muffat-Meridol
/TaskScheduler/Scheduler/Include/
H A DMTFiberContext.inl49 …MT_ASSERT(threadContext->taskScheduler->IsWorkerThread(), "Can't use RunAsync outside Task. Use Ta…
H A DMTScheduler.inl105 …MT_ASSERT(!IsWorkerThread(), "Can't use RunAsync inside Task. Use FiberContext.RunAsync() instead.…