Lines Matching refs:milliseconds
56 std::this_thread::sleep_for(std::chrono::milliseconds(sleep_ms)); in SleepAndIncreaseCounter()
65 auto actual_delay = std::chrono::duration_cast<std::chrono::milliseconds>( in VerifyDelayTimeAndSleep()
73 std::this_thread::sleep_for(std::chrono::milliseconds(task_length_ms)); in VerifyDelayTimeAndSleep()
90 std::chrono::milliseconds(interval_between_tasks_ms)); in VerifyMultipleDelayedTasks()
147 std::chrono::milliseconds(delay_ms)); in TEST_F()
163 std::chrono::milliseconds(interval_ms))); in TEST_F()
164 std::this_thread::sleep_for(std::chrono::milliseconds(delay_error_ms)); in TEST_F()
177 std::chrono::milliseconds(delay_ms)); in TEST_F()
180 std::this_thread::sleep_for(std::chrono::milliseconds(delay_error_ms)); in TEST_F()
190 std::chrono::milliseconds(delay_ms)); in TEST_F()
191 std::this_thread::sleep_for(std::chrono::milliseconds(delay_ms)); in TEST_F()
207 std::chrono::milliseconds(delay_ms)); in TEST_F()
211 std::chrono::milliseconds(delay_ms + delay_error_ms)); in TEST_F()
214 std::chrono::milliseconds(delay_ms + delay_error_ms)); in TEST_F()
244 std::chrono::milliseconds(delay_ms)); in TEST_F()
248 std::chrono::milliseconds(delay_ms + delay_error_ms)); in TEST_F()
251 std::chrono::milliseconds(delay_ms + delay_error_ms)); in TEST_F()