Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.cpp142 void StackfulCoroutineWorker::RequestFinalization(Coroutine *finalizee) in RequestFinalization()
Dstackful_coroutine_manager.cpp83 … auto *finalizee = Coroutine::GetCurrent()->GetContext<StackfulCoroutineContext>()->GetWorker(); in FinalizeWorkers() local