Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.h203 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() argument
1053 if (notify_all) { in DoNotify()