Home | History | Annotate | Download | only in threading

Lines Matching refs:counter_

96         counter_(0),
126 return base::Bind(&IncrementingTask, &counter_lock_, &counter_,
132 &counter_lock_, &counter_, &unique_threads_lock_, &unique_threads_,
142 int counter_;
165 EXPECT_EQ(1, counter_);
184 EXPECT_EQ(3, counter_);
192 EXPECT_EQ(0, counter_) << "Blocking tasks should not have started yet.";
200 EXPECT_EQ(2, counter_);
218 EXPECT_EQ(3, counter_);
252 EXPECT_EQ(4, counter_);