Home
last modified time | relevance | path

Searched refs:HasBeenNotified (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dlifetime_test.cc44 ABSL_RAW_CHECK(!notification->HasBeenNotified(), "invalid Notification"); in ThreadOne()
51 ABSL_RAW_CHECK(notification->HasBeenNotified(), "invalid Notification"); in ThreadOne()
65 ABSL_RAW_CHECK(notification->HasBeenNotified(), "invalid Notification"); in ThreadTwo()
Dnotification_test.cc70 EXPECT_FALSE(notification->HasBeenNotified()); in BasicTests()
116 EXPECT_TRUE(notification->HasBeenNotified()); in BasicTests()
Dnotification.h77 bool HasBeenNotified() const { in HasBeenNotified() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_update_tracker_test.cc117 while (!done.HasBeenNotified()) { in TEST()
Dcordz_sample_token_test.cc156 while (!stop.HasBeenNotified()) { in TEST()
Dcordz_handle_test.cc209 while (!stop.HasBeenNotified()) { in TEST()
Dcordz_info_statistics_test.cc548 while (!stop.HasBeenNotified()) { in TEST()
569 while (!stop.HasBeenNotified()) { in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtablez_sampler_test.cc313 while (!stop.HasBeenNotified()) { in TEST()