Home
last modified time | relevance | path

Searched refs:notified_yet_ (Results 1 – 12 of 12) sorted by relevance

/external/angle/third_party/abseil-cpp/absl/synchronization/
Dnotification.cc31 if (ABSL_PREDICT_FALSE(notified_yet_.load(std::memory_order_relaxed))) { in Notify()
39 notified_yet_.store(true, std::memory_order_release); in Notify()
49 if (!HasBeenNotifiedInternal(&this->notified_yet_)) { in WaitForNotification()
51 &this->notified_yet_)); in WaitForNotification()
58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout()
61 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), timeout); in WaitForNotificationWithTimeout()
68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline()
71 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), deadline); in WaitForNotificationWithDeadline()
Dnotification.h68 Notification() : notified_yet_(false) {} in Notification()
69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification()
78 return HasBeenNotifiedInternal(&this->notified_yet_); in HasBeenNotified()
117 std::atomic<bool> notified_yet_; // written under mutex_ variable
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dnotification.cc31 if (ABSL_PREDICT_FALSE(notified_yet_.load(std::memory_order_relaxed))) { in Notify()
39 notified_yet_.store(true, std::memory_order_release); in Notify()
49 if (!HasBeenNotifiedInternal(&this->notified_yet_)) { in WaitForNotification()
51 &this->notified_yet_)); in WaitForNotification()
58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout()
61 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), timeout); in WaitForNotificationWithTimeout()
68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline()
71 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), deadline); in WaitForNotificationWithDeadline()
Dnotification.h68 Notification() : notified_yet_(false) {} in Notification()
69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification()
78 return HasBeenNotifiedInternal(&this->notified_yet_); in HasBeenNotified()
117 std::atomic<bool> notified_yet_; // written under mutex_ variable
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dnotification.cc31 if (ABSL_PREDICT_FALSE(notified_yet_.load(std::memory_order_relaxed))) { in Notify()
39 notified_yet_.store(true, std::memory_order_release); in Notify()
49 if (!HasBeenNotifiedInternal(&this->notified_yet_)) { in WaitForNotification()
51 &this->notified_yet_)); in WaitForNotification()
58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout()
61 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), timeout); in WaitForNotificationWithTimeout()
68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline()
71 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), deadline); in WaitForNotificationWithDeadline()
Dnotification.h68 Notification() : notified_yet_(false) {} in Notification()
69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification()
78 return HasBeenNotifiedInternal(&this->notified_yet_); in HasBeenNotified()
117 std::atomic<bool> notified_yet_; // written under mutex_ variable
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dnotification.cc31 if (ABSL_PREDICT_FALSE(notified_yet_.load(std::memory_order_relaxed))) { in Notify()
39 notified_yet_.store(true, std::memory_order_release); in Notify()
49 if (!HasBeenNotifiedInternal(&this->notified_yet_)) { in WaitForNotification()
51 &this->notified_yet_)); in WaitForNotification()
58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout()
61 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), timeout); in WaitForNotificationWithTimeout()
68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline()
71 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), deadline); in WaitForNotificationWithDeadline()
Dnotification.h68 Notification() : notified_yet_(false) {} in Notification()
69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification()
78 return HasBeenNotifiedInternal(&this->notified_yet_); in HasBeenNotified()
117 std::atomic<bool> notified_yet_; // written under mutex_ variable
/external/abseil-cpp/absl/synchronization/
Dnotification.cc31 if (ABSL_PREDICT_FALSE(notified_yet_.load(std::memory_order_relaxed))) { in Notify()
39 notified_yet_.store(true, std::memory_order_release); in Notify()
49 if (!HasBeenNotifiedInternal(&this->notified_yet_)) { in WaitForNotification()
51 &this->notified_yet_)); in WaitForNotification()
58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout()
61 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), timeout); in WaitForNotificationWithTimeout()
68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline()
71 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), deadline); in WaitForNotificationWithDeadline()
Dnotification.h68 Notification() : notified_yet_(false) {} in Notification()
69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification()
78 return HasBeenNotifiedInternal(&this->notified_yet_); in HasBeenNotified()
117 std::atomic<bool> notified_yet_; // written under mutex_ variable
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dnotification.cc31 if (ABSL_PREDICT_FALSE(notified_yet_.load(std::memory_order_relaxed))) { in Notify()
39 notified_yet_.store(true, std::memory_order_release); in Notify()
49 if (!HasBeenNotifiedInternal(&this->notified_yet_)) { in WaitForNotification()
51 &this->notified_yet_)); in WaitForNotification()
58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout()
61 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), timeout); in WaitForNotificationWithTimeout()
68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline()
71 Condition(&HasBeenNotifiedInternal, &this->notified_yet_), deadline); in WaitForNotificationWithDeadline()
Dnotification.h68 Notification() : notified_yet_(false) {} in Notification()
69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification()
78 return HasBeenNotifiedInternal(&this->notified_yet_); in HasBeenNotified()
117 std::atomic<bool> notified_yet_; // written under mutex_ variable