Searched refs:Notify (Results 1 – 13 of 13) 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_);
84 static void Notify(Thread* self, mirror::Object* obj) REQUIRES_SHARED(Locks::mutator_lock_) { in Notify() function228 void Notify(Thread* self)
370 obj1->Notify(self); in TEST_F()
867 void Monitor::Notify(Thread* self) { in Notify() function in art::Monitor903 thread->Notify(); in NotifyAll()1261 mon->Notify(self); in DoNotify()
561 void Notify() REQUIRES(!*wait_mutex_);
2425 void Thread::Notify() { in Notify() function in art::Thread
149 bool Notify(art::Thread* self) { in Notify() function in openjdkjvmti::JvmtiMonitor150 return Notify(self, [&]() { cond_.notify_one(); }); in Notify()154 return Notify(self, [&]() { cond_.notify_all(); }); in NotifyAll()200 bool Notify(art::Thread* self, T how_to_notify) { in Notify() function in openjdkjvmti::JvmtiMonitor316 if (!monitor->Notify(self)) { in RawMonitorNotify()
1072 me->Notify(); in StopThread()
36 soa.Decode<mirror::Object>(java_this)->Notify(soa.Self()); in Object_notify()
109 inline void Object::Notify(Thread* self) { in Notify() function110 Monitor::Notify(self, this); in Notify()
177 void Notify(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);