Searched refs:counter_to_decrement_when_ready_ (Results 1 – 2 of 2) sorted by relevance
240 counter_to_decrement_when_ready_(counter_to_decrement_when_ready) { in Worker()278 counter_to_decrement_when_ready_->DecrementCount(); in ChangeState()353 BlockingCounter* const counter_to_decrement_when_ready_; variable381 counter_to_decrement_when_ready_.Reset(workers_count); in Execute()390 counter_to_decrement_when_ready_.Wait(); in Execute()404 counter_to_decrement_when_ready_.Reset(workers_count - workers_.size()); in CreateWorkers()406 workers_.push_back(new Worker(&counter_to_decrement_when_ready_)); in CreateWorkers()408 counter_to_decrement_when_ready_.Wait(); in CreateWorkers()419 BlockingCounter counter_to_decrement_when_ready_; variable
910 counter_to_decrement_when_ready_.Reset(0); in ~TensorflowGemmlowpWorkersPool()916 counter_to_decrement_when_ready_.Reset(tasks.size()); in Execute()924 counter_to_decrement_when_ready_.DecrementCount(); in Execute()927 counter_to_decrement_when_ready_.Wait(); in Execute()937 gemmlowp::BlockingCounter counter_to_decrement_when_ready_; variable