package v1; /* loaded from: classes.dex */ abstract class b { static int a() { return Runtime.getRuntime().availableProcessors(); } }