Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp4562 struct CoroutineData struct
4564 bool useInternalScheduler = false;
4565 bool done = false; // the coroutine should stop at the next yield()
4566 bool terminated = false; // the coroutine has finished.
4567 bool inRoutine = false; // is the coroutine currently executing?
4568 marl::Scheduler::Fiber *mainFiber = nullptr;
4569 marl::Scheduler::Fiber *routineFiber = nullptr;
4570 void *promisePtr = nullptr;