Searched refs:notify_all (Results 1 – 3 of 3) sorted by relevance
122 return Notify(self, [&]() { cond_.notify_all(); }); in NotifyAll()
212 static void DoNotify(Thread* self, mirror::Object* obj, bool notify_all)
1086 void Monitor::DoNotify(Thread* self, mirror::Object* obj, bool notify_all) { in DoNotify() argument1109 if (notify_all) { in DoNotify()