Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.cpp500 size_t migrateCount = runnables_.Size() / 2; // migrate up to half of runnable coroutines in MigrateTo() local
519 size_t migrateCount = from->runnables_.Size() / 2; // migrate up to half of runnable coroutines in MigrateFrom() local
529 …id StackfulCoroutineWorker::MigrateCoroutinesImpl(StackfulCoroutineWorker *to, size_t migrateCount) in MigrateCoroutinesImpl()