Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dmonitor_android.cc59 ctx << (Thread::IsSensitiveThread() ? kIsSensitive : kIsNotSensitive); in LogContentionEvent()
H A Dthread.h1322 static bool IsSensitiveThread() { in IsSensitiveThread() function