Searched refs:notified_ (Results 1 – 15 of 15) sorted by relevance
144 volatile bool notified_;170 event->notified_ = false;216 if (!result && event->notified_ && waitlist_ != NULL) {220 waitlist_->notified_ = true;240 if (event->notified_) {251 DCHECK(!highest_event->notified_);253 highest_event->notified_ = true;264 if (!event->notified_) {266 event->notified_ = true;287 DCHECK(event->notified_);[all …]
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
857 Notification() : notified_(false) {} in Notification()861 void Notify() { notified_ = true; } in Notify()866 while(!notified_) { in WaitForNotification()872 volatile bool notified_;
1092 Notification() : notified_(false) {}1096 void Notify() { notified_ = true; }1101 while(!notified_) {1107 volatile bool notified_;
1100 Notification() : notified_(false) {}1104 void Notify() { notified_ = true; }1109 while(!notified_) {1115 volatile bool notified_;
1204 Notification() : notified_(false) {1215 notified_ = true;1224 const bool notified = notified_;1234 bool notified_;
1112 Notification() : notified_(false) {1123 notified_ = true;1132 const bool notified = notified_;1142 bool notified_;
1220 Notification() : notified_(false) {1231 notified_ = true;1240 const bool notified = notified_;1250 bool notified_;
1208 Notification() : notified_(false) {1219 notified_ = true;1228 const bool notified = notified_;1238 bool notified_;
1501 Notification() : notified_(false) {1512 notified_ = true;1521 const bool notified = notified_;1531 bool notified_;
1469 Notification() : notified_(false) {1480 notified_ = true;1489 const bool notified = notified_;1499 bool notified_;
1470 Notification() : notified_(false) {1481 notified_ = true;1490 const bool notified = notified_;1500 bool notified_;
1919 Notification() : notified_(false) {}1923 void Notify() { notified_ = true; }1928 while(!notified_) {1934 volatile bool notified_;
2311 Notification() : notified_(false) {2322 notified_ = true;2331 const bool notified = notified_;2341 bool notified_;