Searched refs:NUM_PROCESSORS (Results 1 – 3 of 3) sorted by relevance
44 for (int i = 0; i < Vogar.NUM_PROCESSORS; i++) { in execute()
43 public static final int NUM_PROCESSORS = Runtime.getRuntime().availableProcessors(); field in Vogar401 …em.out.println(" where N is the number of processors on the host (" + NUM_PROCESSORS + "). "); in printUsage()
149 : Vogar.NUM_PROCESSORS; in Run()