Home | History | Annotate | Download | only in unittest

Lines Matching refs:flag_stopped

3951 // (flag_stopped == true) but at the very beginning of B::~B
3964 // /--------- c. flag_stopped = true;
3966 // waits untill flag_stopped <------/
3970 bool flag_stopped = false;
3988 // wait until flag_stopped is true.
3989 mu.LockWhen(Condition(&ArgIsTrue, &flag_stopped));
4014 flag_stopped = true;