/external/tensorflow/tensorflow/core/platform/default/ |
D | notification.h | 60 friend bool WaitForNotificationWithTimeout(Notification* n, 62 bool WaitForNotificationWithTimeout(int64 timeout_in_us) { in WaitForNotificationWithTimeout() function 80 inline bool WaitForNotificationWithTimeout(Notification* n, in WaitForNotificationWithTimeout() function 82 return n->WaitForNotificationWithTimeout(timeout_in_us); in WaitForNotificationWithTimeout()
|
/external/angle/third_party/abseil-cpp/absl/synchronization/ |
D | notification_test.cc | 72 notification->WaitForNotificationWithTimeout(absl::Milliseconds(0))); in BasicTests() 77 EXPECT_FALSE(notification->WaitForNotificationWithTimeout(delay)); in BasicTests() 117 EXPECT_TRUE(notification->WaitForNotificationWithTimeout(absl::Seconds(0))); in BasicTests()
|
D | notification.h | 94 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
|
D | notification.cc | 56 bool Notification::WaitForNotificationWithTimeout( in WaitForNotificationWithTimeout() function in absl::Notification
|
/external/abseil-cpp/absl/synchronization/ |
D | notification_test.cc | 72 notification->WaitForNotificationWithTimeout(absl::Milliseconds(0))); in BasicTests() 77 EXPECT_FALSE(notification->WaitForNotificationWithTimeout(delay)); in BasicTests() 117 EXPECT_TRUE(notification->WaitForNotificationWithTimeout(absl::Seconds(0))); in BasicTests()
|
D | notification.h | 93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
|
D | notification.cc | 56 bool Notification::WaitForNotificationWithTimeout( in WaitForNotificationWithTimeout() function in absl::Notification
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/ |
D | notification_test.cc | 72 notification->WaitForNotificationWithTimeout(absl::Milliseconds(0))); in BasicTests() 77 EXPECT_FALSE(notification->WaitForNotificationWithTimeout(delay)); in BasicTests() 117 EXPECT_TRUE(notification->WaitForNotificationWithTimeout(absl::Seconds(0))); in BasicTests()
|
D | notification.h | 93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
|
D | notification.cc | 56 bool Notification::WaitForNotificationWithTimeout( in WaitForNotificationWithTimeout() function in absl::Notification
|
/external/openscreen/third_party/abseil/src/absl/synchronization/ |
D | notification_test.cc | 72 notification->WaitForNotificationWithTimeout(absl::Milliseconds(0))); in BasicTests() 77 EXPECT_FALSE(notification->WaitForNotificationWithTimeout(delay)); in BasicTests() 117 EXPECT_TRUE(notification->WaitForNotificationWithTimeout(absl::Seconds(0))); in BasicTests()
|
D | notification.h | 93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
|
D | notification.cc | 56 bool Notification::WaitForNotificationWithTimeout( in WaitForNotificationWithTimeout() function in absl::Notification
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
D | notification_test.cc | 72 notification->WaitForNotificationWithTimeout(absl::Milliseconds(0))); in BasicTests() 77 EXPECT_FALSE(notification->WaitForNotificationWithTimeout(delay)); in BasicTests() 117 EXPECT_TRUE(notification->WaitForNotificationWithTimeout(absl::Seconds(0))); in BasicTests()
|
D | notification.h | 93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
|
D | notification.cc | 56 bool Notification::WaitForNotificationWithTimeout( in WaitForNotificationWithTimeout() function in absl::Notification
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | notification_test.cc | 72 notification->WaitForNotificationWithTimeout(absl::Milliseconds(0))); in BasicTests() 77 EXPECT_FALSE(notification->WaitForNotificationWithTimeout(delay)); in BasicTests() 117 EXPECT_TRUE(notification->WaitForNotificationWithTimeout(absl::Seconds(0))); in BasicTests()
|
D | notification.h | 93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
|
D | notification.cc | 56 bool Notification::WaitForNotificationWithTimeout( in WaitForNotificationWithTimeout() function in absl::Notification
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | notification_test.cc | 84 EXPECT_TRUE(WaitForNotificationWithTimeout(&n, 1000 * 1000)); in TEST()
|
/external/tensorflow/tensorflow/core/framework/ |
D | rendezvous.cc | 135 bool notified = WaitForNotificationWithTimeout(&n, timeout_us); in Recv()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | local_master.cc | 35 bool notified = WaitForNotificationWithTimeout(n, timeout_in_us); in WaitForNotification()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | ram_file_block_cache.cc | 253 while (!WaitForNotificationWithTimeout(&stop_pruning_thread_, 1000000)) { in Prune()
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ |
D | ram_file_block_cache.cc | 259 while (!stop_pruning_thread_.WaitForNotificationWithTimeout( in Prune()
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/ |
D | client.cc | 244 stop_heartbeats_.WaitForNotificationWithTimeout( in HeartbeatLoop()
|