You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
590 B

package kotlinx.coroutines.internal;
/* renamed from: kotlinx.coroutines.internal.y */
/* loaded from: classes.dex */
public final /* synthetic */ class C1386y {
/* renamed from: a */
public static final int f3067a = Runtime.getRuntime().availableProcessors();
/* renamed from: a */
public static final int m1474a() {
return f3067a;
}
/* renamed from: b */
public static final String m1473b(String str) {
try {
return System.getProperty(str);
} catch (SecurityException unused) {
return null;
}
}
}