message_pump_glib_unittest.cc | 229 int task_count = 0; local 233 loop()->PostTask(FROM_HERE, NewRunnableFunction(IncrementInt, &task_count)); 241 ASSERT_EQ(10, task_count); 246 task_count = 0; 249 FROM_HERE, NewRunnableFunction(IncrementInt, &task_count), 10*i); 259 ASSERT_EQ(10, task_count); 322 int task_count() const { return task_count_; } function in class:__anon2234::ConcurrentHelper 362 EXPECT_EQ(0, helper->task_count()); 466 int task_count = 0; local 472 FROM_HERE, NewRunnableFunction(IncrementInt, &task_count)); 497 int task_count = 0; local [all...] |