Home
last modified time | relevance | path

Searched refs:TIMEOUT_MSEC (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h177 constexpr uint64_t TIMEOUT_MSEC = 300000U; variable
178 bool timeExceeded = suspendCv_.TimedWait(&suspendMutex_, TIMEOUT_MSEC);
205 constexpr uint64_t TIMEOUT_MSEC = 300000U; in WaitForEvent() local
206 bool timeExceeded = eventCv_.TimedWait(&eventMutex_, TIMEOUT_MSEC); in WaitForEvent()