Searched refs:counter_to_decrement_when_ready_ (Results 1 – 4 of 4) sorted by relevance
47 counter_to_decrement_when_ready_(counter_to_decrement_when_ready), in Thread()101 counter_to_decrement_when_ready_->DecrementCount(); in ChangeState()161 BlockingCounter* const counter_to_decrement_when_ready_; member in ruy::Thread179 counter_to_decrement_when_ready_.Reset(task_count - 1); in ExecuteImpl()192 counter_to_decrement_when_ready_.Wait(spin_duration_); in ExecuteImpl()204 counter_to_decrement_when_ready_.Reset(threads_count - threads_.size()); in CreateThreads()207 new Thread(&counter_to_decrement_when_ready_, spin_duration_)); in CreateThreads()209 counter_to_decrement_when_ready_.Wait(spin_duration_); in CreateThreads()
106 BlockingCounter counter_to_decrement_when_ready_; variable
233 counter_to_decrement_when_ready_(counter_to_decrement_when_ready) { in Worker()292 counter_to_decrement_when_ready_->DecrementCount();355 BlockingCounter* const counter_to_decrement_when_ready_; variable384 counter_to_decrement_when_ready_.Reset(workers_count); in Execute()393 counter_to_decrement_when_ready_.Wait(); in Execute()404 counter_to_decrement_when_ready_.Reset(workers_count); in LegacyExecuteAndDestroyTasks()413 counter_to_decrement_when_ready_.Wait(); in LegacyExecuteAndDestroyTasks()432 counter_to_decrement_when_ready_.Reset(workers_count - workers_.size()); in CreateWorkers()434 workers_.push_back(new Worker(&counter_to_decrement_when_ready_)); in CreateWorkers()436 counter_to_decrement_when_ready_.Wait(); in CreateWorkers()[all …]
919 counter_to_decrement_when_ready_.Reset(0); in ~TensorflowGemmlowpWorkersPool()925 counter_to_decrement_when_ready_.Reset(tasks.size()); in Execute()933 counter_to_decrement_when_ready_.DecrementCount(); in Execute()936 counter_to_decrement_when_ready_.Wait(); in Execute()946 gemmlowp::BlockingCounter counter_to_decrement_when_ready_; variable