Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread.h1010 void SetIsRuntimeThread(bool is_runtime_thread) { in SetIsRuntimeThread() argument
1011 is_runtime_thread_ = is_runtime_thread; in SetIsRuntimeThread()