Home | History | Annotate | Download | only in tests

Lines Matching full:threads_stopped

32   volatile bool threads_stopped;
36 threads_stopped(false),
64 callback_argument->threads_stopped = false;
68 callback_argument->threads_stopped = true;
83 EXPECT_TRUE(argument.threads_stopped);
101 volatile bool threads_stopped;
106 threads_stopped(false),
157 callback_argument->threads_stopped = false;
161 callback_argument->threads_stopped = true;
179 EXPECT_TRUE(argument.threads_stopped);