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.h72 static void Notify(Thread* self, mirror::Object* obj) in Notify() function
196 void Notify(Thread* self)
Dmonitor.cc548 void Monitor::Notify(Thread* self) { in Notify() function in art::Monitor
584 thread->Notify(); in NotifyAll()
898 mon->Notify(self); in DoNotify()
Dthread.h456 void Notify() LOCKS_EXCLUDED(wait_mutex_);
Dthread.cc1601 void Thread::Notify() { in Notify() function in art::Thread
/art/runtime/native/
Djava_lang_Object.cc39 o->Notify(soa.Self()); in Object_notify()
/art/runtime/mirror/
Dobject-inl.h103 inline void Object::Notify(Thread* self) { in Notify() function
104 Monitor::Notify(self, this); in Notify()
Dobject.h140 void Notify(Thread* self) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);