Searched refs:DoNotify (Results 1 – 2 of 2) sorted by relevance
79 DoNotify(self, obj, false); in Notify()82 DoNotify(self, obj, true); in NotifyAll()203 static void DoNotify(Thread* self, mirror::Object* obj, bool notify_all)
1030 void Monitor::DoNotify(Thread* self, mirror::Object* obj, bool notify_all) { in DoNotify() function in art::Monitor