Searched defs:DoNotify (Results 1 – 7 of 7) sorted by relevance
69 public final void DoNotify() throws Exception { in DoNotify() method in Monitors.NamedLock270 public synchronized void DoNotify() { in DoNotify() method in Monitors.LockController
1321 void Monitor::DoNotify(Thread* self, ObjPtr<mirror::Object> obj, bool notify_all) { in DoNotify() function in art::Monitor