Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dthread.h398 class ScopedCurrentThread {
400 explicit ScopedCurrentThread(ThreadT *thread) : thread_(thread) in ScopedCurrentThread() function
408 ~ScopedCurrentThread() in ~ScopedCurrentThread()
414 NO_COPY_SEMANTIC(ScopedCurrentThread);
415 NO_MOVE_SEMANTIC(ScopedCurrentThread);
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
Dgc_worker.cpp47 ScopedCurrentThread gcCurrentThreadScope(gcWorker->gcThread_); in GCThreadLoop()
114 ScopedCurrentThread gcCurrentThreadScope(gcThread_); in GCTaskRunner()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_thread_pool_worker.cpp81 ScopedCurrentThread sct(&compilerThread); in InPlaceCompileMethod()