/external/tensorflow/tensorflow/core/platform/default/ |
D | notification.h | 41 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/ |
D | lifetime_test.cc | 44 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()
|
D | notification_test.cc | 70 EXPECT_FALSE(notification->HasBeenNotified()); in BasicTests() 116 EXPECT_TRUE(notification->HasBeenNotified()); in BasicTests()
|
D | notification.h | 77 bool HasBeenNotified() const { in HasBeenNotified() function
|
/external/openscreen/third_party/abseil/src/absl/synchronization/ |
D | lifetime_test.cc | 44 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()
|
D | notification_test.cc | 70 EXPECT_FALSE(notification->HasBeenNotified()); in BasicTests() 116 EXPECT_TRUE(notification->HasBeenNotified()); in BasicTests()
|
D | notification.h | 77 bool HasBeenNotified() const { in HasBeenNotified() function
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/ |
D | lifetime_test.cc | 44 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()
|
D | notification_test.cc | 70 EXPECT_FALSE(notification->HasBeenNotified()); in BasicTests() 116 EXPECT_TRUE(notification->HasBeenNotified()); in BasicTests()
|
D | notification.h | 77 bool HasBeenNotified() const { in HasBeenNotified() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | lifetime_test.cc | 44 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()
|
D | notification_test.cc | 70 EXPECT_FALSE(notification->HasBeenNotified()); in BasicTests() 116 EXPECT_TRUE(notification->HasBeenNotified()); in BasicTests()
|
D | notification.h | 77 bool HasBeenNotified() const { in HasBeenNotified() function
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
D | lifetime_test.cc | 44 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()
|
D | notification_test.cc | 70 EXPECT_FALSE(notification->HasBeenNotified()); in BasicTests() 116 EXPECT_TRUE(notification->HasBeenNotified()); in BasicTests()
|
D | notification.h | 77 bool HasBeenNotified() const { in HasBeenNotified() function
|
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | shared_batch_scheduler_test.cc | 61 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()
|
D | periodic_function.cc | 62 if (!stop_thread_.HasBeenNotified()) { in NotifyStop() 74 while (!stop_thread_.HasBeenNotified()) { in RunLoop()
|
D | batch_scheduler_test.cc | 111 EXPECT_FALSE(deleted.HasBeenNotified()); in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/ |
D | client.cc | 48 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()
|
D | service.cc | 41 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/ |
D | semaphore_test.cc | 68 EXPECT_FALSE(a_done.HasBeenNotified()); in TEST()
|
/external/tensorflow/tensorflow/core/platform/ |
D | logger.cc | 94 if (container->logger_initialized.HasBeenNotified()) { in GetSingletonAsync()
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_gpu_executor.cc | 241 CHECK(!notification->HasBeenNotified()); in RecordEvent() 257 return notification.HasBeenNotified() ? Event::Status::kComplete in PollForEventStatus()
|
/external/tensorflow/tensorflow/core/profiler/internal/cpu/ |
D | traceme_recorder_test.cc | 91 while (!stop.HasBeenNotified()) { in TEST()
|