Home
last modified time | relevance | path

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

/external/tensorflow/third_party/absl/abseil-cpp/absl/synchronization/
Dnotification.h78 ABSL_MUST_USE_RESULT bool HasBeenNotified() const { in HasBeenNotified() function
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dnotification.h77 bool HasBeenNotified() const { in HasBeenNotified() function
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dnotification.h77 ABSL_MUST_USE_RESULT bool HasBeenNotified() const { in HasBeenNotified() function
/external/abseil-cpp/absl/synchronization/
Dnotification.h78 ABSL_MUST_USE_RESULT bool HasBeenNotified() const { in HasBeenNotified() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dnotification.h77 bool HasBeenNotified() const { in HasBeenNotified() function
/external/cronet/third_party/abseil-cpp/absl/synchronization/
Dnotification.h77 ABSL_MUST_USE_RESULT bool HasBeenNotified() const { in HasBeenNotified() function
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dnotification.h77 ABSL_MUST_USE_RESULT bool HasBeenNotified() const { in HasBeenNotified() function
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dnotification.h77 bool HasBeenNotified() const { in HasBeenNotified() function
/external/tensorflow/tensorflow/tsl/platform/default/
Dnotification.h46 bool HasBeenNotified() const { in HasBeenNotified() function
/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
Dquiche_mutex_impl.h56 bool HasBeenNotified() { return notification_.HasBeenNotified(); } in HasBeenNotified() function
/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/
Dquiche_mutex.h89 bool HasBeenNotified() { return impl_.HasBeenNotified(); } in HasBeenNotified() function
/external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/
Dquiche_mutex_impl.h98 bool HasBeenNotified() { return event_.IsSignaled(); } in HasBeenNotified() function