Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_monitor.cc89 if (IsOwner(self)) { in MonitorEnter()
122 if (!IsOwner(self)) { in MonitorExit()
158 bool IsOwner(art::Thread* self) const { in IsOwner() function in openjdkjvmti::JvmtiMonitor
168 if (!IsOwner(self)) { in Wait()
201 if (!IsOwner(self)) { in Notify()