Home | History | Annotate | Download | only in threading

Lines Matching refs:EXPECT_TRUE

122   EXPECT_TRUE(a.Start());
123 EXPECT_TRUE(a.message_loop());
124 EXPECT_TRUE(a.IsRunning());
128 EXPECT_TRUE(a.Start());
129 EXPECT_TRUE(a.message_loop());
130 EXPECT_TRUE(a.IsRunning());
145 EXPECT_TRUE(a.StartWithOptions(options));
146 EXPECT_TRUE(a.message_loop());
147 EXPECT_TRUE(a.IsRunning());
158 EXPECT_TRUE(was_invoked);
165 EXPECT_TRUE(a.Start());
166 EXPECT_TRUE(a.message_loop());
180 EXPECT_TRUE(was_invoked);
185 EXPECT_TRUE(a.Start());
186 EXPECT_TRUE(a.message_loop());
187 EXPECT_TRUE(a.IsRunning());
197 EXPECT_TRUE(a.Start());
206 EXPECT_TRUE(t.InitCalled());
221 EXPECT_TRUE(t.Start());
222 EXPECT_TRUE(t.message_loop());
223 EXPECT_TRUE(t.IsRunning());