Searched refs:notified_ (Results 1 – 15 of 15) sorted by relevance
29 : state_(initial_count << 1), notified_(false) { in BlockingCounter()43 DCHECK(!notified_); in DecrementCount()44 notified_ = true; in DecrementCount()52 while (!notified_) { in Wait()62 while (!notified_) { in WaitFor()75 bool notified_; variable
31 Notification() : notified_(0) {} in Notification()42 notified_.store(true, std::memory_order_release); in Notify()47 return notified_.load(std::memory_order_acquire); in HasBeenNotified()77 std::atomic<bool> notified_; // mutations under mu_ variable
27 return event_.wait(lock, [this] { return notified_; }); in Wait()32 notified_ = true; in Notify()
30 Barrier(unsigned int count) : state_(count << 1), notified_(false) { in Barrier()44 eigen_assert(!notified_); in Notify()45 notified_ = true; in Notify()53 while (!notified_) { in Wait()62 bool notified_; variable
44 bool notified_ = false; variable
1100 Notification() : notified_(false) {}1104 void Notify() { notified_ = true; }1109 while(!notified_) {1115 volatile bool notified_;
1174 Notification() : notified_(false) {1185 notified_ = true;1194 const bool notified = notified_;1204 bool notified_;
1208 Notification() : notified_(false) {1219 notified_ = true;1228 const bool notified = notified_;1238 bool notified_;
1170 Notification() : notified_(false) {1179 notified_ = true;1188 const bool notified = notified_;1197 bool notified_;
1479 Notification() : notified_(false) {1490 notified_ = true;1499 const bool notified = notified_;1509 bool notified_;
1603 Notification() : notified_(false) {1614 notified_ = true;1623 const bool notified = notified_;1633 bool notified_;
1191 Notification() : notified_(false) {1202 notified_ = true;1211 const bool notified = notified_;1221 bool notified_;
184 return notified_; in notified()191 cv_.wait(lock, [this] { return notified_; }); in Wait()197 notified_ = true; in Notify()207 bool notified_ = false; member in __anone89577de0111::WaitableTestEvent
2311 Notification() : notified_(false) {2322 notified_ = true;2331 const bool notified = notified_;2341 bool notified_;
2745 Notification() : notified_(false) {2756 notified_ = true;2765 const bool notified = notified_;2775 bool notified_;