Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.cpp145 auto workerId = AllocateWorkerId(); in CreateWorker() local
202 auto workerId = freeWorkerIds_.front(); in AllocateWorkerId() local
207 void StackfulCoroutineManager::ReleaseWorkerId(uint32_t workerId) in ReleaseWorkerId()