Home
last modified time | relevance | path

Searched refs:MonitorWaitFinished (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Druntime_callbacks.h120 virtual void MonitorWaitFinished(Monitor* m, bool timed_out)
226 void MonitorWaitFinished(Monitor* m, bool timed_out)
Druntime_callbacks.cc160 void RuntimeCallbacks::MonitorWaitFinished(Monitor* m, bool timeout) { in MonitorWaitFinished() function in art::RuntimeCallbacks
162 cb->MonitorWaitFinished(m, timeout); in MonitorWaitFinished()
Druntime_callbacks_test.cc477 void MonitorWaitFinished(Monitor* m, bool timed_out ATTRIBUTE_UNUSED) override in MonitorWaitFinished() function
Dmonitor.cc937 Runtime::Current()->GetRuntimeCallbacks()->MonitorWaitFinished(this, timed_out); in Wait()
/art/openjdkjvmti/
Devents.cc422 void MonitorWaitFinished(art::Monitor* m, bool timeout) in MonitorWaitFinished() function in openjdkjvmti::JvmtiMonitorListener