Searched refs:all2 (Results 1 – 1 of 1) sorted by relevance
28 int all2 = getAvailableProcessors(); in doTest() local29 if (all1 != all2) { in doTest()30 throw new RuntimeException("Available processors doesn't match: " + all1 + " vs " + all2); in doTest()