Home
last modified time | relevance | path

Searched defs:timed_out (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Druntime_notification.h74 …rtual void MonitorWaited([[maybe_unused]] ObjectHeader *object, [[maybe_unused]] bool timed_out) {} in MonitorWaited()
396 void MonitorWaitedEvent(ObjectHeader *object, bool timed_out) in MonitorWaitedEvent()
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_runner.h227 void MonitorWaited(PtThread thread, ObjectHeader *object, bool timed_out) override in MonitorWaited()