Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.h212 explicit ScopedDisableCoroutineSwitch(CoroutineManager *coroManager) : coroManager_(coroManager) in ScopedDisableCoroutineSwitch()
Dstackful_coroutine_worker.cpp23 …rker::StackfulCoroutineWorker(Runtime *runtime, PandaVM *vm, StackfulCoroutineManager *coroManager, in StackfulCoroutineWorker()