Lines Matching refs:ms
94 const int64_t ms = 500;
95 std::this_thread::sleep_for(std::chrono::milliseconds(ms));
126 int64_t ms = 600;
127 std::this_thread::sleep_for(std::chrono::milliseconds(ms));
133 std::this_thread::sleep_for(std::chrono::milliseconds(ms));
153 ret = StartServiceByTimer(serviceName.c_str(), oldTimeout); // Set timer as 500 ms
162 uint64_t margin = 20; // 20 ms margin in case of timer not that precisely
185 int64_t ms = 300;
186 std::this_thread::sleep_for(std::chrono::milliseconds(ms));
194 std::this_thread::sleep_for(std::chrono::milliseconds(ms));
213 int64_t ms = 550;
214 std::this_thread::sleep_for(std::chrono::milliseconds(ms));