Home
last modified time | relevance | path

Searched defs:HasBeenNotified (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dnotification.h54 bool HasBeenNotified() { in HasBeenNotified() function
/aosp_15_r20/external/abseil-cpp/absl/synchronization/
H A Dnotification.h77 ABSL_MUST_USE_RESULT bool HasBeenNotified() const { in HasBeenNotified() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/
H A Dnotification.h77 ABSL_MUST_USE_RESULT bool HasBeenNotified() const { in HasBeenNotified() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/
H A Dnotification.h77 bool HasBeenNotified() const { in HasBeenNotified() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/
H A Dnotification.h77 ABSL_MUST_USE_RESULT bool HasBeenNotified() const { in HasBeenNotified() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dnotification.h54 bool HasBeenNotified() { in HasBeenNotified() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/
H A Dnotification.h77 ABSL_MUST_USE_RESULT bool HasBeenNotified() const { in HasBeenNotified() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dnotification.h77 ABSL_MUST_USE_RESULT bool HasBeenNotified() const { in HasBeenNotified() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/
H A Dnotification.h78 ABSL_MUST_USE_RESULT bool HasBeenNotified() const { in HasBeenNotified() function
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Dnotification.h46 bool HasBeenNotified() const { in HasBeenNotified() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
H A Dquiche_mutex_impl.h56 bool HasBeenNotified() { return notification_.HasBeenNotified(); } in HasBeenNotified() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/
H A Dquiche_mutex.h89 bool HasBeenNotified() { return impl_.HasBeenNotified(); } in HasBeenNotified() function
/aosp_15_r20/external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/
H A Dquiche_mutex_impl.h98 bool HasBeenNotified() { return event_.IsSignaled(); } in HasBeenNotified() function