Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp4324 void destroyCoroutineData(CoroutineData *coroData) in destroyCoroutineData()
4335 auto *coroData = reinterpret_cast<CoroutineData *>(handle); in suspend() local
4351 auto *coroData = reinterpret_cast<CoroutineData *>(handle); in resume() local
4366 auto *coroData = reinterpret_cast<CoroutineData *>(handle); in stop() local
4406 auto *coroData = reinterpret_cast<CoroutineData *>(handle); in isDone() local
4412 auto *coroData = reinterpret_cast<CoroutineData *>(handle); in setPromisePtr() local
4418 auto *coroData = reinterpret_cast<CoroutineData *>(handle); in getPromisePtr() local
4604 auto coroData = coro::createCoroutineData(); in invokeCoroutineBegin() local