Home | History | Annotate | Download | only in internal

Lines Matching refs:notified_

1092   Notification() : notified_(false) {}
1096 void Notify() { notified_ = true; }
1101 while(!notified_) {
1107 volatile bool notified_;