Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.h79 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)
Dmonitor.cc1030 void Monitor::DoNotify(Thread* self, mirror::Object* obj, bool notify_all) { in DoNotify() function in art::Monitor