Home | History | Annotate | Download | only in internal

Lines Matching refs:notified_

1100   Notification() : notified_(false) {}
1104 void Notify() { notified_ = true; }
1109 while(!notified_) {
1115 volatile bool notified_;