package I4;

import G4.u;
import java.util.concurrent.TimeUnit;

/* JADX INFO: loaded from: classes.dex */
public abstract class k {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final String f1010a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final long f1011b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final int f1012c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final int f1013d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final long f1014e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public static final g f1015f;

    static {
        String property;
        int i = u.f867a;
        try {
            property = System.getProperty("kotlinx.coroutines.scheduler.default.name");
        } catch (SecurityException unused) {
            property = null;
        }
        if (property == null) {
            property = "DefaultDispatcher";
        }
        f1010a = property;
        f1011b = G4.a.i("kotlinx.coroutines.scheduler.resolution.ns", 100000L, 1L, Long.MAX_VALUE);
        int i5 = u.f867a;
        if (i5 < 2) {
            i5 = 2;
        }
        f1012c = G4.a.j(i5, "kotlinx.coroutines.scheduler.core.pool.size", 8);
        f1013d = G4.a.j(2097150, "kotlinx.coroutines.scheduler.max.pool.size", 4);
        f1014e = TimeUnit.SECONDS.toNanos(G4.a.i("kotlinx.coroutines.scheduler.keep.alive.sec", 60L, 1L, Long.MAX_VALUE));
        f1015f = g.f1005a;
    }
}
