Home
last modified time | relevance | path

Searched refs:SetCurrentThread (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/
Dbackground_task_runner.h220 runtimeIface->SetCurrentThread(nextRunner.compilerThread_); in StartTask()
222 runtimeIface->SetCurrentThread(nullptr); in StartTask()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp91 runtimeInterface->SetCurrentThread(parent);
93 runtimeInterface->SetCurrentThread(compiler_);
105 runtimeInterface_->SetCurrentThread(old_); in ~ScopedCompilerThread()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h582 void SetCurrentThread(ThreadPtr thread) const override in SetCurrentThread() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1484 virtual void SetCurrentThread([[maybe_unused]] ThreadPtr thread) const in SetCurrentThread() function