Home
last modified time | relevance | path

Searched refs:timeExceeded (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_util.h178 bool timeExceeded = suspendCv_.TimedWait(&suspendMutex_, TIMEOUT_MSEC); in SuspendUntilContinue() local
179 if (timeExceeded) { in SuspendUntilContinue()
206 bool timeExceeded = eventCv_.TimedWait(&eventMutex_, TIMEOUT_MSEC); in WaitForEvent() local
207 if (timeExceeded) { in WaitForEvent()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_util.h201 bool timeExceeded = eventCv_.TimedWait(&eventMutex_, TIMEOUT_MSEC); in WaitForEvent() local
202 if (timeExceeded) { in WaitForEvent()

Completed in 3 milliseconds