Searched defs:counter_to_decrement_when_ready (Results 1 - 1 of 1) sorted by relevance

/external/gemmlowp/internal/
H A Dmulti_thread_gemm.h223 explicit Worker(BlockingCounter* counter_to_decrement_when_ready) argument
228 counter_to_decrement_when_ready_(counter_to_decrement_when_ready) {
354 BlockingCounter& counter_to_decrement_when_ready() { function in class:gemmlowp::WorkersPool
623 workers_pool->counter_to_decrement_when_ready().Reset(workers_count);
649 workers_pool->counter_to_decrement_when_ready().Wait();

Completed in 130 milliseconds