Searched refs:MAX_PRIORITY (Results 1 – 4 of 4) sorted by relevance
401 st.setPriority(Thread.MAX_PRIORITY); in test_getPriority()403 st.getPriority() == Thread.MAX_PRIORITY); in test_getPriority()804 st.setPriority(Thread.MAX_PRIORITY); in test_setPriorityI()806 st.getPriority() == Thread.MAX_PRIORITY); in test_setPriorityI()
408 testRoot.setMaxPriority(Thread.MAX_PRIORITY + 1); in test_setMaxPriorityI()480 testRoot.setMaxPriority(Thread.MAX_PRIORITY); in test_setMaxPriorityI()
110 public static final int MAX_PRIORITY = 10; field in Thread938 if (priority < Thread.MIN_PRIORITY || priority > Thread.MAX_PRIORITY) { in setPriority()
38 private int maxPriority = Thread.MAX_PRIORITY;