Home
last modified time | relevance | path

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

/aosp12/art/openjdkjvmti/
H A Devents.cc247 static bool IsThreadControllable(ArtJvmtiEvent event) { in IsThreadControllable() function
1527 if (thread != nullptr && !IsThreadControllable(event)) { in SetEvent()