Lines Matching refs:counter_
69 : pool_(pool), counter_(counter), num_add_(num_add) { in AddAnotherFunctor()
81 callback->pool_, callback->counter_, callback->num_add_)); in Run()
83 callback->counter_->DecrementCount(); in Run()
91 BlockingCounter* counter_; member in grpc::testing::AddAnotherFunctor
133 SuicideFunctorForAdd(BlockingCounter* counter) : counter_(counter) { in SuicideFunctorForAdd()
143 callback->counter_->DecrementCount(); in Run()
148 BlockingCounter* counter_; member in grpc::testing::SuicideFunctorForAdd
186 : pool_(pool), counter_(counter), num_add_(num_add) { in AddSelfFunctor()
199 callback->counter_->DecrementCount(); in Run()
207 BlockingCounter* counter_; member in grpc::testing::AddSelfFunctor
264 BlockingCounter* counter_; member in grpc::testing::ShortWorkFunctorForAdd
280 callback->counter_->DecrementCount(); in Run()
304 w.counter_ = &counter; in BM_SpikyLoad()