package o; import java.util.concurrent.Executor; import java.util.concurrent.Executors; import o.HOS; /* loaded from: classes.dex */ public final class XRa { final HOS.IeS a; final Executor b; final Executor c; XRa(Executor executor, Executor executor2, HOS.IeS ieS) { this.b = executor; this.c = executor2; this.a = ieS; } /* loaded from: classes.dex */ public static final class IeS { private static final Object c = new Object(); private static Executor e; private Executor a; private Executor b; private final HOS.IeS d; public IeS(HOS.IeS ieS) { this.d = ieS; } public final XRa e() { if (this.b == null) { synchronized (c) { if (e == null) { e = Executors.newFixedThreadPool(2); } } this.b = e; } return new XRa<>(this.a, this.b, this.d); } } }