Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp4308 struct CoroutineData struct
4310 bool useInternalScheduler = false;
4311 bool done = false; // the coroutine should stop at the next yield()
4312 bool terminated = false; // the coroutine has finished.
4313 bool inRoutine = false; // is the coroutine currently executing?
4314 marl::Scheduler::Fiber *mainFiber = nullptr;
4315 marl::Scheduler::Fiber *routineFiber = nullptr;
4316 void *promisePtr = nullptr;