Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dthread_pool.cc48 counter_to_decrement_when_ready_(counter_to_decrement_when_ready), in Thread()
102 counter_to_decrement_when_ready_->DecrementCount(); in ChangeState()
165 BlockingCounter* const counter_to_decrement_when_ready_; member in ruy::Thread
183 counter_to_decrement_when_ready_.Reset(task_count - 1); in ExecuteImpl()
196 counter_to_decrement_when_ready_.Wait(spin_duration_); in ExecuteImpl()
208 counter_to_decrement_when_ready_.Reset(threads_count - threads_.size()); in CreateThreads()
211 new Thread(&counter_to_decrement_when_ready_, spin_duration_)); in CreateThreads()
213 counter_to_decrement_when_ready_.Wait(spin_duration_); in CreateThreads()
A Dthread_pool.h106 BlockingCounter counter_to_decrement_when_ready_; variable

Completed in 3 milliseconds