Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Dnotification.h60 friend bool WaitForNotificationWithTimeout(Notification* n,
62 bool WaitForNotificationWithTimeout(int64_t timeout_in_us) { in WaitForNotificationWithTimeout() function
80 inline bool WaitForNotificationWithTimeout(Notification* n, in WaitForNotificationWithTimeout() function
82 return n->WaitForNotificationWithTimeout(timeout_in_us); in WaitForNotificationWithTimeout()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/
H A Dnotification_test.cc77 notification->WaitForNotificationWithTimeout(absl::Milliseconds(0))); in BasicTests()
82 EXPECT_FALSE(notification->WaitForNotificationWithTimeout(delay)); in BasicTests()
122 EXPECT_TRUE(notification->WaitForNotificationWithTimeout(absl::Seconds(0))); in BasicTests()
197 n.WaitForNotificationWithTimeout(absl::Milliseconds(1)); in TEST()
203 n.WaitForNotificationWithTimeout(absl::Milliseconds(1)); in TEST()
H A Dnotification.h98 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/
H A 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()
H A Dnotification.h93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
/aosp_15_r20/external/rust/android-crates-io/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;
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/
H A 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()
H A Dnotification.h93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
/aosp_15_r20/external/abseil-cpp/absl/synchronization/
H A 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()
H A Dnotification.h93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/
H A 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()
H A Dnotification.h93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
H A Dnotification.cc55 bool Notification::WaitForNotificationWithTimeout( in WaitForNotificationWithTimeout() function in absl::Notification
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/
H A 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()
H A Dnotification.h93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
/aosp_15_r20/external/grpc-grpc/test/core/client_channel/resolvers/
H A Dfake_resolver_test.cc172 ASSERT_TRUE(notification.WaitForNotificationWithTimeout( in TEST_F()
188 ASSERT_TRUE(notification.WaitForNotificationWithTimeout( in TEST_F()
203 ASSERT_TRUE(notification.WaitForNotificationWithTimeout( in TEST_F()
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/
H A Dnotification_test.cc55 EXPECT_TRUE(n.WaitForNotificationWithTimeout(absl::Seconds(10))); in TEST()
69 EXPECT_FALSE(n.WaitForNotificationWithTimeout(absl::Seconds(1))); in TEST()
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dgraceful_shutdown_test.cc144 GPR_ASSERT(read_end_notification_.WaitForNotificationWithTimeout( in ShutdownAndDestroy()
205 ASSERT_TRUE(read_end_notification_.WaitForNotificationWithTimeout( in WaitForClose()
264 GPR_ASSERT(on_write_done_notification_.WaitForNotificationWithTimeout( in WriteBuffer()
H A Dstreams_not_seen_test.cc270 connect_notification_.WaitForNotificationWithTimeout(absl::Seconds(1))); in StreamsNotSeenTest()
285 GPR_ASSERT(read_end_notification_.WaitForNotificationWithTimeout( in ~StreamsNotSeenTest()
361 GPR_ASSERT(on_write_done_notification_.WaitForNotificationWithTimeout( in WriteBuffer()
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/
H A Dhttp2_stats.cc241 g_client_call_ended_notify->WaitForNotificationWithTimeout(absl::Seconds(5)); in CORE_END2END_TEST()
242 g_server_call_ended_notify->WaitForNotificationWithTimeout(absl::Seconds(5)); in CORE_END2END_TEST()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/wire_format/
Dwire_reader_impl.cc220 if (!wire_writer_ready_notification_.WaitForNotificationWithTimeout( in ProcessTransaction()
304 if (!wire_writer_ready_notification_.WaitForNotificationWithTimeout( in ProcessStreamingTransaction()
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/binder/wire_format/
H A Dwire_reader_impl.cc220 if (!wire_writer_ready_notification_.WaitForNotificationWithTimeout( in ProcessTransaction()
304 if (!wire_writer_ready_notification_.WaitForNotificationWithTimeout( in ProcessStreamingTransaction()
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dnotification.h43 bool WaitForNotificationWithTimeout(absl::Duration timeout) { in WaitForNotificationWithTimeout() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dnotification.h43 bool WaitForNotificationWithTimeout(absl::Duration timeout) { in WaitForNotificationWithTimeout() function

123