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

/art/runtime/
H A Dmonitor.h79 DoNotify(self, obj, false);
82 DoNotify(self, obj, true);
212 static void DoNotify(Thread* self, mirror::Object* obj, bool notify_all)
H A Dmonitor.cc1048 void Monitor::DoNotify(Thread* self, mirror::Object* obj, bool notify_all) { function in class:art::Monitor

Completed in 135 milliseconds