Home
last modified time | relevance | path

Searched defs:Notify (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dobject_lock.cc41 void ObjectLock<T>::Notify() { in Notify() function in art::ObjectLock
Dmonitor.h72 static void Notify(Thread* self, mirror::Object* obj) in Notify() function
Dmonitor.cc548 void Monitor::Notify(Thread* self) { in Notify() function in art::Monitor
Dthread.cc1616 void Thread::Notify() { in Notify() function in art::Thread
/art/runtime/mirror/
Dobject-inl.h103 inline void Object::Notify(Thread* self) { in Notify() function