Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread.h1007 return is_runtime_thread_; in IsRuntimeThread()
1011 is_runtime_thread_ = is_runtime_thread; in SetIsRuntimeThread()
1898 bool is_runtime_thread_; variable
H A Dthread.cc2302 is_runtime_thread_(false) { in Thread()