Searched refs:Notify (Results 1 – 14 of 14) sorted by relevance
24 Notify27 Notify
42 void ObjectLock<T>::Notify() { in Notify() function in art::ObjectLock43 obj_->Notify(self_); in Notify()
37 void Notify() REQUIRES_SHARED(Locks::mutator_lock_);
94 static void Notify(Thread* self, ObjPtr<mirror::Object> obj) in Notify() function246 void Notify(Thread* self)
387 obj1->Notify(self); in TEST_F()
956 void Monitor::Notify(Thread* self) { in Notify() function in art::Monitor1350 mon->Notify(self); in DoNotify()
679 void Notify() REQUIRES(!wait_mutex_);
2843 void Thread::Notify() { in Notify() function in art::Thread
152 bool Notify(art::Thread* self) { in Notify() function in openjdkjvmti::JvmtiMonitor153 return Notify(self, [&]() { cond_.notify_one(); }); in Notify()157 return Notify(self, [&]() { cond_.notify_all(); }); in NotifyAll()204 bool Notify(art::Thread* self, T how_to_notify) { in Notify() function in openjdkjvmti::JvmtiMonitor333 if (!monitor->Notify(self)) { in RawMonitorNotify()
1115 me->Notify(); in StopThread()
38 soa.Decode<mirror::Object>(java_this)->Notify(soa.Self()); in Object_notify()
105 void Notify() { in Notify() function136 sjm.Notify(); in Dump()167 sjm.Notify(); in Shutdown()
94 inline void Object::Notify(Thread* self) { in Notify() function95 Monitor::Notify(self, this); in Notify()
172 void Notify(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);