Searched refs:TWO_SECONDS (Results 1 – 9 of 9) sorted by relevance
34 constexpr int32_t TWO_SECONDS = 2; variable68 sleep(TWO_SECONDS);
38 constexpr int32_t TWO_SECONDS = 2; variable172 sleep(TWO_SECONDS);
47 constexpr uint64_t TWO_SECONDS = 2000; variable287 if (bootTime - NtpUpdateTime::GetInstance().GetNITZUpdateTime() <= TWO_SECONDS) { in SetSystemTime()
80 const int64_t TWO_SECONDS = 2 * 1000LL; variable
257 static const int64_t TIME_CHANGE_THRESHOLD_MILLIS = TWO_SECONDS;
54 constexpr int32_t TWO_SECONDS = 2000; variable1236 while (sleepTime < TWO_SECONDS && !isInterruptNeeded_.load()) { in CheckBufferingOneSeconds()
183 const unsigned int TWO_SECONDS = 2; variable
1445 …std::this_thread::sleep_for(std::chrono::seconds(TWO_SECONDS)); // wait for callback complete for …
1830 std::this_thread::sleep_for(std::chrono::seconds(TWO_SECONDS)); in ConsistencyBatchCheck()