Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp4709 struct CoroutineData struct
4711 bool useInternalScheduler = false;
4712 bool done = false; // the coroutine should stop at the next yield()
4713 bool terminated = false; // the coroutine has finished.
4714 bool inRoutine = false; // is the coroutine currently executing?
4715 marl::Scheduler::Fiber *mainFiber = nullptr;
4716 marl::Scheduler::Fiber *routineFiber = nullptr;
4717 void *promisePtr = nullptr;