Searched refs:counter_to_decrement_when_ready_ (Results 1 – 1 of 1) sorted by relevance
200 counter_to_decrement_when_ready_(counter_to_decrement_when_ready) { in Worker()234 counter_to_decrement_when_ready_->DecrementCount(); in ChangeState()307 BlockingCounter* const counter_to_decrement_when_ready_; variable325 return counter_to_decrement_when_ready_; in counter_to_decrement_when_ready()341 counter_to_decrement_when_ready_.Reset(workers_count - workers_.size()); in CreateWorkers()343 workers_.push_back(new Worker(&counter_to_decrement_when_ready_)); in CreateWorkers()345 counter_to_decrement_when_ready_.Wait(); in CreateWorkers()357 BlockingCounter counter_to_decrement_when_ready_; variable