Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/common/runtime/
Dthread.cpp20 static thread_local Thread *s_current_thread = nullptr; variable
25 s_current_thread = thread; in SetCurrent()
31 return s_current_thread; in GetCurrent()