Home
last modified time | relevance | path

Searched refs:SetMainThread (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.cpp37 SetMainThread(main); in CreateMainCoroutine()
/arkcompiler/runtime_core/static_core/runtime/
Dthread_manager.h77 void SetMainThread(ManagedThread *thread) in SetMainThread() function
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.cpp76 coreVm->threadManager_->SetMainThread(coreVm->mainThread_); in Create()