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.cc571 void Monitor::Notify(Thread* self) { function in class:art::Monitor
607 thread->Notify();
896 mon->Notify(self);
H A Dthread.cc1361 void Thread::Notify() { function in class:art::Thread
/art/runtime/mirror/
H A Dobject-inl.h101 inline void Object::Notify(Thread* self) { function in class:art::mirror::Object
102 Monitor::Notify(self, this);

Completed in 391 milliseconds