Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.cpp73 auto *nextCtx = newCoro->GetContext<StackfulCoroutineContext>(); in AddCreatedCoroutineAndSwitchToIt() local
407 auto *nextCtx = PrepareNextRunnableContextForSwitch(); in ScheduleNextCoroUnlockRunnablesWaiters() local
419 auto *nextCtx = PrepareNextRunnableContextForSwitch(); in ScheduleNextCoroUnlockRunnables() local
430 auto *nextCtx = PrepareNextRunnableContextForSwitch(); in ScheduleNextCoroUnlockNone() local
446 auto *nextCtx = il != nullptr ? il->GetContext<StackfulCoroutineContext>() in PrepareNextRunnableContextForSwitch() local