Lines Matching refs:WorkersPool
361 // See MultiThreadGemmContextBase for how other WorkersPool implementations can
363 // ignore the <index> value; that is, the caller of WorkersPool does not rely on
365 class WorkersPool {
367 WorkersPool() {}
369 ~WorkersPool() {
412 WorkersPool(const WorkersPool&) = delete;
513 // same public methods as WorkersPool.
540 WorkersPool* workers_pool() { return &workers_pool_; }
546 WorkersPool workers_pool_;