Home
last modified time | relevance | path

Searched defs:Notify (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dobject_lock.cc42 void ObjectLock<T>::Notify() { in Notify() function in art::ObjectLock
Dmonitor.h78 static void Notify(Thread* self, mirror::Object* obj) REQUIRES_SHARED(Locks::mutator_lock_) { in Notify() function
Dmonitor.cc730 void Monitor::Notify(Thread* self) { in Notify() function in art::Monitor
Dthread.cc2292 void Thread::Notify() { in Notify() function in art::Thread
/art/runtime/openjdkjvmti/
Dti_monitor.cc117 bool Notify(art::Thread* self) { in Notify() function in openjdkjvmti::JvmtiMonitor
160 bool Notify(art::Thread* self, T how_to_notify) { in Notify() function in openjdkjvmti::JvmtiMonitor
/art/runtime/mirror/
Dobject-inl.h109 inline void Object::Notify(Thread* self) { in Notify() function