message_pump_glib_unittest.cc | 232 int task_count = 0; local 236 loop()->PostTask(FROM_HERE, Bind(&IncrementInt, &task_count)); 245 ASSERT_EQ(10, task_count); 250 task_count = 0; 254 Bind(&IncrementInt, &task_count), 267 ASSERT_EQ(10, task_count); 331 int task_count() const { return task_count_; } function in class:base::__anon15752::ConcurrentHelper 371 EXPECT_EQ(0, helper->task_count()); 445 int task_count = 0; local 451 FROM_HERE, Bind(&IncrementInt, &task_count)); 480 int task_count = 0; local [all...] |