Home
last modified time | relevance | path

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

/art/test/jvmti-common/
DMonitors.java69 public final void DoNotify() throws Exception { in DoNotify() method in Monitors.NamedLock
208 lock.DoNotify(); in DoLock()
270 public synchronized void DoNotify() { in DoNotify() method in Monitors.LockController
/art/test/1930-monitor-info/src/art/
DMonitors.java69 public final void DoNotify() throws Exception { in DoNotify() method in Monitors.NamedLock
208 lock.DoNotify(); in DoLock()
270 public synchronized void DoNotify() { in DoNotify() method in Monitors.LockController
/art/test/1933-monitor-current-contended/src/art/
DMonitors.java69 public final void DoNotify() throws Exception { in DoNotify() method in Monitors.NamedLock
208 lock.DoNotify(); in DoLock()
270 public synchronized void DoNotify() { in DoNotify() method in Monitors.LockController
/art/test/1934-jvmti-signal-thread/src/art/
DMonitors.java69 public final void DoNotify() throws Exception { in DoNotify() method in Monitors.NamedLock
208 lock.DoNotify(); in DoLock()
270 public synchronized void DoNotify() { in DoNotify() method in Monitors.LockController
/art/test/1932-monitor-events-misc/src/art/
DMonitors.java69 public final void DoNotify() throws Exception { in DoNotify() method in Monitors.NamedLock
208 lock.DoNotify(); in DoLock()
270 public synchronized void DoNotify() { in DoNotify() method in Monitors.LockController
/art/test/1931-monitor-events/src/art/
DMonitors.java69 public final void DoNotify() throws Exception { in DoNotify() method in Monitors.NamedLock
208 lock.DoNotify(); in DoLock()
270 public synchronized void DoNotify() { in DoNotify() method in Monitors.LockController
/art/runtime/
Dmonitor.h90 DoNotify(self, obj, false); in Notify()
94 DoNotify(self, obj, true); in NotifyAll()
237 static void DoNotify(Thread* self, ObjPtr<mirror::Object> obj, bool notify_all)
Dmonitor.cc1333 void Monitor::DoNotify(Thread* self, ObjPtr<mirror::Object> obj, bool notify_all) { in DoNotify() function in art::Monitor