Home
last modified time | relevance | path

Searched refs:Notify (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dobject_lock.cc41 void ObjectLock<T>::Notify() { in Notify() function in art::ObjectLock
42 obj_->Notify(self_); in Notify()
Dobject_lock.h37 void Notify() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dmonitor.h70 static void Notify(Thread* self, mirror::Object* obj) in Notify() function
172 void Notify(Thread* self)
Dmonitor.cc571 void Monitor::Notify(Thread* self) { in Notify() function in art::Monitor
607 thread->Notify(); in NotifyAll()
896 mon->Notify(self); in DoNotify()
Dthread.h428 void Notify() LOCKS_EXCLUDED(wait_mutex_);
Dthread.cc1398 void Thread::Notify() { in Notify() function in art::Thread
/art/runtime/native/
Djava_lang_Object.cc37 o->Notify(soa.Self()); in Object_notify()
/art/runtime/mirror/
Dobject-inl.h101 inline void Object::Notify(Thread* self) { in Notify() function
102 Monitor::Notify(self, this); in Notify()
Dobject.h127 void Notify(Thread* self) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);