Searched refs:MIN_PRIORITY (Results 1 – 6 of 6) sorted by relevance
251 testRoot.setMaxPriority(Thread.MIN_PRIORITY); in test_getMaxPriority()258 testRoot.getMaxPriority() == Thread.MIN_PRIORITY); in test_getMaxPriority()419 testRoot.setMaxPriority(Thread.MIN_PRIORITY - 1); in test_setMaxPriorityI()420 passed = testRoot.getMaxPriority() == Thread.MIN_PRIORITY; in test_setMaxPriorityI()433 final int TOTAL_DEPTH = testRoot.getMaxPriority() - Thread.MIN_PRIORITY in test_setMaxPriorityI()
274 if (pri < Thread.MIN_PRIORITY) { in setMaxPriority()275 pri = Thread.MIN_PRIORITY; in setMaxPriority()
299 public final static int MIN_PRIORITY = 1; field in Thread1231 if (newPriority > MAX_PRIORITY || newPriority < MIN_PRIORITY) { in setPriority()
156 public static final int MIN_PRIORITY = 1; // 0x1 field in Thread
144 public static final int MIN_PRIORITY = 1; // 0x1 field in Thread
350 public static final int MIN_PRIORITY = 1; // 0x1 field in Thread