Searched defs:MIN_PRIORITY (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DThread.java247 public final static int MIN_PRIORITY = 1; field in class:Thread
1089 * range <code>MIN_PRIORITY</code> to
1097 * @see #MIN_PRIORITY
1103 if (newPriority > MAX_PRIORITY || newPriority < MIN_PRIORITY) {

Completed in 34 milliseconds