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

/art/runtime/
H A Dmonitor.h212 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) { argument
1071 if (notify_all) {

Completed in 132 milliseconds