Home | History | Annotate | Download | only in tests

Lines Matching refs:flag_stopped

4146 // (flag_stopped == true) but at the very beginning of B::~B 
4159 // /--------- c. flag_stopped = true;
4161 // waits untill flag_stopped <------/
4165 bool flag_stopped = false;
4183 // wait until flag_stopped is true.
4184 mu.LockWhen(Condition(&ArgIsTrue, &flag_stopped));
4211 flag_stopped = true;
4238 bool flag_stopped = false;
4254 // wait until flag_stopped is true.
4255 mu.LockWhen(Condition(&ArgIsTrue, &flag_stopped));
4279 flag_stopped = true;