Searched refs:DoNotify (Results 1 – 7 of 7) 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
85 DoNotify(self, obj, false); in Notify()88 DoNotify(self, obj, true); in NotifyAll()225 static void DoNotify(Thread* self, mirror::Object* obj, bool notify_all)
1235 void Monitor::DoNotify(Thread* self, mirror::Object* obj, bool notify_all) { in DoNotify() function in art::Monitor