Searched refs:kEventTimeoutMs (Results 1 – 2 of 2) sorted by relevance
52 static constexpr std::chrono::milliseconds kEventTimeoutMs(10000); variable130 lmp_event_cv.wait_for(lock, kEventTimeoutMs, in wait()
1112 static constexpr auto kEventTimeoutMs = std::chrono::milliseconds(1000); member in DefaultStreamCallback1123 if (mCv.wait_for(l, kEventTimeoutMs, [&]() { in waitForEvent()