Home
last modified time | relevance | path

Searched refs:counter_to_decrement_when_ready_ (Results 1 – 4 of 4) sorted by relevance

/external/ruy/ruy/
Dthread_pool.cc47 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::Thread
179 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()
Dthread_pool.h106 BlockingCounter counter_to_decrement_when_ready_; variable
/external/gemmlowp/internal/
Dmulti_thread_gemm.h233 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_; variable
384 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 …]
/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h919 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