Searched refs:counter_to_decrement_when_ready_ (Results 1 – 1 of 1) sorted by relevance
228 counter_to_decrement_when_ready_(counter_to_decrement_when_ready) { in Worker()262 counter_to_decrement_when_ready_->DecrementCount(); in ChangeState()337 BlockingCounter* const counter_to_decrement_when_ready_; variable355 return counter_to_decrement_when_ready_; in counter_to_decrement_when_ready()371 counter_to_decrement_when_ready_.Reset(workers_count - workers_.size()); in CreateWorkers()373 workers_.push_back(new Worker(&counter_to_decrement_when_ready_)); in CreateWorkers()375 counter_to_decrement_when_ready_.Wait(); in CreateWorkers()387 BlockingCounter counter_to_decrement_when_ready_; variable