Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_shared_memory.cpp171 bool timedOut = false; in Wait() local
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_notification.h84 …irtual void MonitorWaited([[maybe_unused]] ObjectHeader *object, [[maybe_unused]] bool timedOut) {} in MonitorWaited()
412 void MonitorWaitedEvent(ObjectHeader *object, bool timedOut) in MonitorWaitedEvent()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h223 void MonitorWaited(PtThread thread, ObjectHeader *object, bool timedOut) override in MonitorWaited()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_hooks_wrapper.h388 void MonitorWaited(PtThread thread, ObjectHeader *object, bool timedOut) override in MonitorWaited()
Ddebugger.cpp635 void Debugger::MonitorWaited(ObjectHeader *object, bool timedOut) in MonitorWaited()