Searched refs:TIMEOUT_MSEC (Results 1 – 1 of 1) sorted by relevance
177 constexpr uint64_t TIMEOUT_MSEC = 300000U; variable178 bool timeExceeded = suspendCv_.TimedWait(&suspendMutex_, TIMEOUT_MSEC);205 constexpr uint64_t TIMEOUT_MSEC = 300000U; in WaitForEvent() local206 bool timeExceeded = eventCv_.TimedWait(&eventMutex_, TIMEOUT_MSEC); in WaitForEvent()