Searched defs:MonitorWaited (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/runtime/tests/tooling/ |
| D | test_runner.h | 227 void MonitorWaited(PtThread thread, ObjectHeader *object, bool timed_out) override in MonitorWaited() function
|
| /arkcompiler/runtime_core/runtime/include/tooling/ |
| D | debug_interface.h | 292 …virtual void MonitorWaited(PtThread /* thread */, ObjectHeader * /* object */, bool /* timedOut */… in MonitorWaited() function 381 virtual void MonitorWaited(PtThread /* thread */, PtObject /* object */, bool /* timedOut */) {} in MonitorWaited() function
|
| /arkcompiler/runtime_core/runtime/tooling/ |
| D | pt_hooks_wrapper.h | 385 void MonitorWaited(PtThread thread, ObjectHeader *object, bool timedOut) override in MonitorWaited() function
|
| D | debugger.cpp | 605 void Debugger::MonitorWaited(ObjectHeader *object, bool timedOut) in MonitorWaited() function in panda::tooling::Debugger
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | runtime_notification.h | 74 …virtual void MonitorWaited([[maybe_unused]] ObjectHeader *object, [[maybe_unused]] bool timed_out)… in MonitorWaited() function
|