Searched refs:Notify (Results 1 - 10 of 10) 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 Dobject_lock.h37 void Notify() SHARED_REQUIRES(Locks::mutator_lock_);
H A Dmonitor.h78 static void Notify(Thread* self, mirror::Object* obj) SHARED_REQUIRES(Locks::mutator_lock_) {
213 SHARED_REQUIRES(Locks::mutator_lock_) NO_THREAD_SAFETY_ANALYSIS; // For mon->Notify.
215 void Notify(Thread* self)
H A Dmonitor.cc713 void Monitor::Notify(Thread* self) { function in class:art::Monitor
749 thread->Notify();
1074 mon->Notify(self);
H A Dmonitor_test.cc426 obj1->Notify(self);
H A Dthread.h469 void Notify() REQUIRES(!*wait_mutex_);
H A Dthread.cc1953 void Thread::Notify() { function in class:art::Thread
/art/runtime/native/
H A Djava_lang_Object.cc35 o->Notify(soa.Self());
/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);
H A Dobject.h156 void Notify(Thread* self) SHARED_REQUIRES(Locks::mutator_lock_);

Completed in 117 milliseconds