Home
last modified time | relevance | path

Searched refs:SetCurrentThread (Results 1 – 3 of 3) 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/runtime/
Dcompiler.h574 void SetCurrentThread(Thread *thread) const override in SetCurrentThread() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1310 virtual void SetCurrentThread([[maybe_unused]] Thread *thread) const in SetCurrentThread() function