Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h166 bool timeExceeded = suspendCv_.TimedWait(&suspendMutex_, TIMEOUT_MSEC); variable
194 bool timeExceeded = eventCv_.TimedWait(&eventMutex_, TIMEOUT_MSEC); in WaitForEvent() local
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_util.h201 bool timeExceeded = event_cv_.TimedWait(&event_mutex_, TIMEOUT_MSEC); in WaitForEvent() local