Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_monitor.cc92 if (IsOwner(self)) { in MonitorEnter()
125 if (!IsOwner(self)) { in MonitorExit()
161 bool IsOwner(art::Thread* self) const { in IsOwner() function in openjdkjvmti::JvmtiMonitor
171 if (!IsOwner(self)) { in Wait()
205 if (!IsOwner(self)) { in Notify()