Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.cpp200 auto workerName = "TMWorker_" + std::to_string(i + 1UL); in SetCountOfWorkers() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.cpp142 PandaString workerName) in CreateWorker()