Searched refs:MIN_PRIORITY (Results 1 – 8 of 8) 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()
183 priority = Thread.MIN_PRIORITY; in setPriority_starting()212 for (int p = Thread.MIN_PRIORITY; p <= Thread.MAX_PRIORITY; p++) { in setPriority_joined()223 for (int priority = Thread.MIN_PRIORITY; priority <= Thread.MAX_PRIORITY; priority++) { in checkSetPriority_inBounds_succeeds()234 checkSetPriority_outOfBounds_fails(thread, Thread.MIN_PRIORITY - 1); in checkSetPriority_outOfBounds_fails()
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 Thread1233 if (newPriority > MAX_PRIORITY || newPriority < MIN_PRIORITY) { in setPriority()
158 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
4031 field public static final int MIN_PRIORITY = 1; // 0x1