Home
last modified time | relevance | path

Searched refs:WaitForNotificationWithTimeout (Results 1 – 25 of 38) sorted by relevance

12

/external/tensorflow/tensorflow/core/platform/default/
Dnotification.h60 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/
Dnotification_test.cc72 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()
Dnotification.h94 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
Dnotification.cc56 bool Notification::WaitForNotificationWithTimeout( in WaitForNotificationWithTimeout() function in absl::Notification
/external/abseil-cpp/absl/synchronization/
Dnotification_test.cc72 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()
Dnotification.h93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
Dnotification.cc56 bool Notification::WaitForNotificationWithTimeout( in WaitForNotificationWithTimeout() function in absl::Notification
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dnotification_test.cc72 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()
Dnotification.h93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
Dnotification.cc56 bool Notification::WaitForNotificationWithTimeout( in WaitForNotificationWithTimeout() function in absl::Notification
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dnotification_test.cc72 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()
Dnotification.h93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
Dnotification.cc56 bool Notification::WaitForNotificationWithTimeout( in WaitForNotificationWithTimeout() function in absl::Notification
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dnotification_test.cc72 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()
Dnotification.h93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
Dnotification.cc56 bool Notification::WaitForNotificationWithTimeout( in WaitForNotificationWithTimeout() function in absl::Notification
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dnotification_test.cc72 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()
Dnotification.h93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
Dnotification.cc56 bool Notification::WaitForNotificationWithTimeout( in WaitForNotificationWithTimeout() function in absl::Notification
/external/tensorflow/tensorflow/core/lib/core/
Dnotification_test.cc84 EXPECT_TRUE(WaitForNotificationWithTimeout(&n, 1000 * 1000)); in TEST()
/external/tensorflow/tensorflow/core/framework/
Drendezvous.cc135 bool notified = WaitForNotificationWithTimeout(&n, timeout_us); in Recv()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dlocal_master.cc35 bool notified = WaitForNotificationWithTimeout(n, timeout_in_us); in WaitForNotification()
/external/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache.cc253 while (!WaitForNotificationWithTimeout(&stop_pruning_thread_, 1000000)) { in Prune()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dram_file_block_cache.cc259 while (!stop_pruning_thread_.WaitForNotificationWithTimeout( in Prune()
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Dclient.cc244 stop_heartbeats_.WaitForNotificationWithTimeout( in HeartbeatLoop()

12