Searched defs:Notify (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dobject_lock.cc41 void ObjectLock<T>::Notify() { function in class:art::ObjectLock
42 obj_->Notify(self_);
H A Dmonitor.cc713 void Monitor::Notify(Thread* self) { function in class:art::Monitor
749 thread->Notify();
1074 mon->Notify(self);
H A Dthread.cc1953 void Thread::Notify() { function in class:art::Thread
/art/runtime/mirror/
H A Dobject-inl.h120 inline void Object::Notify(Thread* self) { function in class:art::mirror::Object
121 Monitor::Notify(self, this);

Completed in 108 milliseconds