package c.a.q.g;

import c.a.g;
import java.util.concurrent.ThreadFactory;

/* JADX INFO: compiled from: NewThreadScheduler.java */
/* JADX INFO: loaded from: classes.dex */
public final class e extends c.a.g {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private static final h f1860b = new h("RxNewThreadScheduler", Math.max(1, Math.min(10, Integer.getInteger("rx2.newthread-priority", 5).intValue())));

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    final ThreadFactory f1861c;

    public e() {
        this(f1860b);
    }

    @Override // c.a.g
    public g.c a() {
        return new f(this.f1861c);
    }

    public e(ThreadFactory threadFactory) {
        this.f1861c = threadFactory;
    }
}
