Searched refs:Notify (Results 1 – 9 of 9) sorted by relevance
41 void ObjectLock<T>::Notify() { in Notify() function in art::ObjectLock42 obj_->Notify(self_); in Notify()
37 void Notify() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
70 static void Notify(Thread* self, mirror::Object* obj) in Notify() function172 void Notify(Thread* self)
571 void Monitor::Notify(Thread* self) { in Notify() function in art::Monitor607 thread->Notify(); in NotifyAll()896 mon->Notify(self); in DoNotify()
428 void Notify() LOCKS_EXCLUDED(wait_mutex_);
1398 void Thread::Notify() { in Notify() function in art::Thread
37 o->Notify(soa.Self()); in Object_notify()
101 inline void Object::Notify(Thread* self) { in Notify() function102 Monitor::Notify(self, this); in Notify()
127 void Notify(Thread* self) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);