Searched refs:DELAY_TIME_MS (Results 1 – 3 of 3) sorted by relevance
28 static const int DELAY_TIME_MS = 1000; variable48 duration_ = duration * DELAY_TIME_MS; in Init()
40 const int32_t DELAY_TIME_MS = 10000; // 10ms variable725 usleep(DELAY_TIME_MS); in DeleteGroup()767 usleep(DELAY_TIME_MS); in DeleteRedundanceGroup()827 usleep(DELAY_TIME_MS); in CreateGroup()
57 constexpr int32_t DELAY_TIME_MS = 100; variable123 std::this_thread::sleep_for(std::chrono::milliseconds(DELAY_TIME_MS)); in WaitKvDataService()