Searched refs:notified_ (Results 1 – 12 of 12) 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
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
1100 Notification() : notified_(false) {}1104 void Notify() { notified_ = true; }1109 while(!notified_) {1115 volatile bool notified_;
1092 Notification() : notified_(false) {}1096 void Notify() { notified_ = true; }1101 while(!notified_) {1107 volatile bool notified_;
1112 Notification() : notified_(false) {1123 notified_ = true;1132 const bool notified = notified_;1142 bool notified_;
1245 Notification() : notified_(false) {1256 notified_ = true;1265 const bool notified = notified_;1275 bool notified_;
1603 Notification() : notified_(false) {1614 notified_ = true;1623 const bool notified = notified_;1633 bool notified_;
1479 Notification() : notified_(false) {1490 notified_ = true;1499 const bool notified = notified_;1509 bool notified_;
1470 Notification() : notified_(false) {1481 notified_ = true;1490 const bool notified = notified_;1500 bool notified_;
1483 Notification() : notified_(false) {1494 notified_ = true;1503 const bool notified = notified_;1513 bool notified_;
2752 Notification() : notified_(false) {2763 notified_ = true;2772 const bool notified = notified_;2782 bool notified_;