Searched refs:notify_all (Results 1 – 2 of 2) sorted by relevance
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() argument1053 if (notify_all) { in DoNotify()