Searched defs:migrateCount (Results 1 – 1 of 1) sorted by relevance
500 size_t migrateCount = runnables_.Size() / 2; // migrate up to half of runnable coroutines in MigrateTo() local519 size_t migrateCount = from->runnables_.Size() / 2; // migrate up to half of runnable coroutines in MigrateFrom() local529 …id StackfulCoroutineWorker::MigrateCoroutinesImpl(StackfulCoroutineWorker *to, size_t migrateCount) in MigrateCoroutinesImpl()