package kotlinx.coroutines.internal; /* loaded from: classes5.dex */ public abstract class SystemPropsKt { public static final int getAVAILABLE_PROCESSORS() { return SystemPropsKt__SystemPropsKt.getAVAILABLE_PROCESSORS(); } public static final int systemProp(String str, int i, int i2, int i3) { return SystemPropsKt__SystemProps_commonKt.systemProp(str, i, i2, i3); } public static final long systemProp(String str, long j, long j2, long j3) { return SystemPropsKt__SystemProps_commonKt.systemProp(str, j, j2, j3); } public static final String systemProp(String str) { return SystemPropsKt__SystemPropsKt.systemProp(str); } public static final String systemProp(String str, String str2) { return SystemPropsKt__SystemProps_commonKt.systemProp(str, str2); } public static final boolean systemProp(String str, boolean z) { return SystemPropsKt__SystemProps_commonKt.systemProp(str, z); } }