Searched refs:DoNotify (Results 1 – 8 of 8) sorted by relevance
69 public final void DoNotify() throws Exception { in DoNotify() method in Monitors.NamedLock208 lock.DoNotify(); in DoLock()270 public synchronized void DoNotify() { in DoNotify() method in Monitors.LockController
96 DoNotify(self, obj, false); in Notify()100 DoNotify(self, obj, true); in NotifyAll()243 static void DoNotify(Thread* self, ObjPtr<mirror::Object> obj, bool notify_all)
1324 void Monitor::DoNotify(Thread* self, ObjPtr<mirror::Object> obj, bool notify_all) { in DoNotify() function in art::Monitor