Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp4578 void destroyCoroutineData(CoroutineData *coroData) in destroyCoroutineData()
4589 auto *coroData = reinterpret_cast<CoroutineData *>(handle); in suspend() local
4605 auto *coroData = reinterpret_cast<CoroutineData *>(handle); in resume() local
4620 auto *coroData = reinterpret_cast<CoroutineData *>(handle); in stop() local
4660 auto *coroData = reinterpret_cast<CoroutineData *>(handle); in isDone() local
4666 auto *coroData = reinterpret_cast<CoroutineData *>(handle); in setPromisePtr() local
4672 auto *coroData = reinterpret_cast<CoroutineData *>(handle); in getPromisePtr() local
4858 auto coroData = coro::createCoroutineData(); in invokeCoroutineBegin() local