Searched refs:flag_stopped (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp4144 // (flag_stopped == true) but at the very beginning of B::~B
4157 // /--------- c. flag_stopped = true;
4159 // waits untill flag_stopped <------/
4163 bool flag_stopped = false; member in namespace:test86
4181 // wait until flag_stopped is true.
4182 mu.LockWhen(Condition(&ArgIsTrue, &flag_stopped));
4209 flag_stopped = true;
4236 bool flag_stopped = false; member in namespace:test87
4252 // wait until flag_stopped is true.
4253 mu.LockWhen(Condition(&ArgIsTrue, &flag_stopped));
[all...]
/external/valgrind/unittest/
H A Dracecheck_unittest.cc3951 // (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; member in namespace:NegativeTests_BenignRaceInDtor
3988 // wait until flag_stopped is true.
3989 mu.LockWhen(Condition(&ArgIsTrue, &flag_stopped));
4014 flag_stopped = true;

Completed in 59 milliseconds