Searched refs:TIME_ONE_MS (Results 1 – 1 of 1) sorted by relevance
40 constexpr int TIME_ONE_MS = 1; variable222 …cv.wait_for(lock, std::chrono::seconds(TIME_FIVE_MS), []() { return g_resolve >= TIME_ONE_MS; })) { in DoTestForMdnsClient()231 …!g_cv.wait_for(lock, std::chrono::seconds(TIME_FIVE_MS), []() { return g_lost >= TIME_ONE_MS; })) { in DoTestForMdnsClient()237 std::this_thread::sleep_for(std::chrono::seconds(TIME_ONE_MS)); in DoTestForMdnsClient()