Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread.h1323 if (is_sensitive_thread_hook_ != nullptr) { in IsSensitiveThread()
1324 return (*is_sensitive_thread_hook_)(); in IsSensitiveThread()
1465 is_sensitive_thread_hook_ = is_sensitive_thread_hook; in SetSensitiveThreadHook()
1540 static bool (*is_sensitive_thread_hook_)(); variable
H A Dthread.cc138 bool (*Thread::is_sensitive_thread_hook_)() = nullptr; variable