Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/platform/default/
Dnotification.h41 assert(!HasBeenNotified()); in Notify()
46 bool HasBeenNotified() const { in HasBeenNotified() function
51 if (!HasBeenNotified()) { in WaitForNotification()
53 while (!HasBeenNotified()) { in WaitForNotification()
63 bool notified = HasBeenNotified(); in WaitForNotificationWithTimeout()
67 notified = HasBeenNotified(); in WaitForNotificationWithTimeout()
/external/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
/external/openscreen/third_party/abseil/src/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
/external/libtextclassifier/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
/external/rust/crates/grpcio-sys/grpc/third_party/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
/external/webrtc/third_party/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
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dshared_batch_scheduler_test.cc61 while (!stop->HasBeenNotified()) { in CreateFakeClockAdvancerThread()
231 EXPECT_FALSE(first_batch_processed.HasBeenNotified()); in TEST()
240 EXPECT_FALSE(second_batch_processed.HasBeenNotified()); in TEST()
248 EXPECT_FALSE(third_batch_processed.HasBeenNotified()); in TEST()
352 if (!queue_0_first_batch_scheduled.HasBeenNotified()) { in TEST()
355 } else if (!queue_0_second_batch_scheduled.HasBeenNotified()) { in TEST()
401 EXPECT_FALSE(queue_0_second_batch_scheduled.HasBeenNotified()); in TEST()
415 if (!processing.HasBeenNotified()) { in TEST()
470 if (!queue_0_processing.HasBeenNotified()) { in TEST()
585 EXPECT_FALSE(queue_destroyed.HasBeenNotified()); in TEST()
Dperiodic_function.cc62 if (!stop_thread_.HasBeenNotified()) { in NotifyStop()
74 while (!stop_thread_.HasBeenNotified()) { in RunLoop()
Dbatch_scheduler_test.cc111 EXPECT_FALSE(deleted.HasBeenNotified()); in TEST()
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Dclient.cc48 if (!stop_heartbeats_.HasBeenNotified()) { in ~DistributedRuntimeClient()
184 if (!stop_heartbeats_.HasBeenNotified()) { in Shutdown()
246 if (stop_heartbeats_.HasBeenNotified()) { in HeartbeatLoop()
266 if (!stop_heartbeats_.HasBeenNotified() && in HeartbeatLoop()
Dservice.cc41 if (!stop_heartbeat_thread_.HasBeenNotified()) { in ~DistributedRuntimeServiceImpl()
192 if (!stop_heartbeat_thread_.HasBeenNotified()) { in Shutdown()
286 if (stop_heartbeat_thread_.HasBeenNotified()) { in HeartbeatLoop()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dsemaphore_test.cc68 EXPECT_FALSE(a_done.HasBeenNotified()); in TEST()
/external/tensorflow/tensorflow/core/platform/
Dlogger.cc94 if (container->logger_initialized.HasBeenNotified()) { in GetSingletonAsync()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc241 CHECK(!notification->HasBeenNotified()); in RecordEvent()
257 return notification.HasBeenNotified() ? Event::Status::kComplete in PollForEventStatus()
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dtraceme_recorder_test.cc91 while (!stop.HasBeenNotified()) { in TEST()

12