HomeSort by relevance Sort by last modified time
    Searched refs:counter_to_decrement_when_ready (Results 1 - 2 of 2) sorted by null

  /external/gemmlowp/internal/
multi_thread_gemm.h 223 explicit Worker(BlockingCounter* counter_to_decrement_when_ready)
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();
  /external/gemmlowp/meta/
multi_thread_common.h 139 pool->counter_to_decrement_when_ready().Reset(worker_tasks);
156 pool->counter_to_decrement_when_ready().Wait();

Completed in 62 milliseconds