/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/ |
H A D | notification.h | 60 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 D | notification_test.cc | 77 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 D | notification.h | 98 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/ |
H A 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()
|
H A D | notification.h | 93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
|
/aosp_15_r20/external/rust/android-crates-io/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;
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/ |
H A 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()
|
H A D | notification.h | 93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
|
/aosp_15_r20/external/abseil-cpp/absl/synchronization/ |
H A 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()
|
H A D | notification.h | 93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/ |
H A 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()
|
H A D | notification.h | 93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
|
H A D | notification.cc | 55 bool Notification::WaitForNotificationWithTimeout( in WaitForNotificationWithTimeout() function in absl::Notification
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
H A 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()
|
H A D | notification.h | 93 bool WaitForNotificationWithTimeout(absl::Duration timeout) const;
|
/aosp_15_r20/external/grpc-grpc/test/core/client_channel/resolvers/ |
H A D | fake_resolver_test.cc | 172 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 D | notification_test.cc | 55 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 D | graceful_shutdown_test.cc | 144 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 D | streams_not_seen_test.cc | 270 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 D | http2_stats.cc | 241 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/ |
D | wire_reader_impl.cc | 220 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 D | wire_reader_impl.cc | 220 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 D | notification.h | 43 bool WaitForNotificationWithTimeout(absl::Duration timeout) { in WaitForNotificationWithTimeout() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | notification.h | 43 bool WaitForNotificationWithTimeout(absl::Duration timeout) { in WaitForNotificationWithTimeout() function
|