Home
last modified time | relevance | path

Searched refs:SleepFor (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dclock.h44 // SleepFor()
51 void SleepFor(absl::Duration duration);
70 inline void absl::SleepFor(absl::Duration duration) { in SleepFor() function in absl
H A Dclock_test.cc49 // Does SleepFor(d) take between lower_bound and upper_bound at least
69 absl::SleepFor(d); in SleepForBounded()
78 return true; // yes, the SleepFor() was correctly bounded in SleepForBounded()
97 << "SleepFor(" << d << ") did not return within [" << lower_bound in AssertSleepForBounded()
104 // Tests that SleepFor() returns neither too early nor too late.
105 TEST(SleepFor, Bounded) { in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dsequence_lock_test.cc84 absl::SleepFor(absl::Milliseconds(1)); in TEST_P()
96 absl::SleepFor(absl::Microseconds(10)); in TEST_P()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dblocking_counter_test.cc29 absl::SleepFor(absl::Seconds(1)); in PauseAndDecreaseCounter()
H A Dbarrier_test.cc55 absl::SleepFor(absl::Seconds(1)); in TEST()
H A Dmutex_test.cc62 absl::SleepFor(after); in ScheduleAfter()
117 absl::SleepFor(absl::Milliseconds(20)); in TestR20ms()
518 absl::SleepFor(absl::Seconds(1)); // Allow first two threads to hang. in TEST()
593 absl::SleepFor(absl::Milliseconds(100)); in TEST_P()
641 absl::SleepFor(absl::Seconds(2)); in AcquireAsReader()
663 absl::SleepFor(absl::Seconds(1)); // give time for reader threads to block in TEST()
891 absl::SleepFor(absl::Milliseconds(random_millis(gen))); in ReaderForReaderOnCondVar()
959 absl::SleepFor(absl::Seconds(2)); in TEST()
1013 absl::SleepFor(absl::Milliseconds(500)); // allow T time to hang in TEST()
H A Dmutex.cc179 absl::SleepFor(absl::Microseconds(10)); in MutexDelay()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dper_thread_sem_test.cc111 absl::SleepFor(absl::Milliseconds(20)); in TestTiming()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_sample_token_test.cc201 absl::SleepFor(absl::Seconds(3)); in TEST()
H A Dcordz_handle_test.cc251 absl::SleepFor(absl::Seconds(3)); in TEST()
H A Dcordz_info_statistics_test.cc550 absl::SleepFor(absl::Microseconds(10)); in TEST()
615 absl::SleepFor(absl::Seconds(1)); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler_test.cc345 absl::SleepFor(absl::Seconds(3)); in TEST()

Completed in 16 milliseconds