Home
last modified time | relevance | path

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

/art/runtime/
Druntime_callbacks.h133 virtual void MonitorWaitFinished(Monitor* m, bool timed_out)
229 void MonitorWaitFinished(Monitor* m, bool timed_out)
Druntime_callbacks.cc180 void RuntimeCallbacks::MonitorWaitFinished(Monitor* m, bool timeout) { in MonitorWaitFinished() function in art::RuntimeCallbacks
182 cb->MonitorWaitFinished(m, timeout); in MonitorWaitFinished()
Druntime_callbacks_test.cc484 void MonitorWaitFinished(Monitor* m, [[maybe_unused]] bool timed_out) override in MonitorWaitFinished() function
Dmonitor.cc944 Runtime::Current()->GetRuntimeCallbacks()->MonitorWaitFinished(this, timed_out); in Wait()
/art/openjdkjvmti/
Devents.cc421 void MonitorWaitFinished(art::Monitor* m, bool timeout) in MonitorWaitFinished() function in openjdkjvmti::JvmtiMonitorListener