Home
last modified time | relevance | path

Searched defs:MonitorWaited (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h223 void MonitorWaited(PtThread thread, ObjectHeader *object, bool timedOut) override in MonitorWaited() function
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_hooks_wrapper.h388 void MonitorWaited(PtThread thread, ObjectHeader *object, bool timedOut) override in MonitorWaited() function
Ddebugger.cpp636 void Debugger::MonitorWaited(ObjectHeader *object, bool timedOut) in MonitorWaited() function in ark::tooling::Debugger
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_notification.h84 …virtual void MonitorWaited([[maybe_unused]] ObjectHeader *object, [[maybe_unused]] bool timedOut) … in MonitorWaited() function
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h289 …virtual void MonitorWaited(PtThread /* thread */, ObjectHeader * /* object */, bool /* timedOut */… in MonitorWaited() function