Home
last modified time | relevance | path

Searched refs:SetMainThread (Results 1 – 5 of 5) 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/ets_runtime/ecmascript/
Druntime.cpp94 mainThread_->SetMainThread(); in PreInitialization()
Djs_thread.h593 bool SetMainThread() in SetMainThread() function
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.cpp77 coreVm->threadManager_->SetMainThread(coreVm->mainThread_); in Create()