Searched refs:getPriority (Results 1 – 7 of 7) sorted by relevance
528 this.priority = parent.getPriority(); in init()1256 public final int getPriority() { in getPriority() method in Thread1581 return "Thread[" + getName() + "," + getPriority() + "," + in toString()1584 return "Thread[" + getName() + "," + getPriority() + "," + in toString()
95 public final int getPriority() { throw new RuntimeException("Stub!"); } in getPriority() method in Thread
315 assertTrue(current.getPriority() <= Thread.NORM_PRIORITY); in testDefaultThreadFactory()353 assertTrue(current.getPriority() <= Thread.NORM_PRIORITY); in testPrivilegedThreadFactory()
90 public final int getPriority() { throw new RuntimeException("Stub!"); } in getPriority() method in Thread
404 st.getPriority() == Thread.MAX_PRIORITY); in test_getPriority()812 st.getPriority() == Thread.MAX_PRIORITY); in test_setPriorityI()
572 if (t.getPriority() != Thread.NORM_PRIORITY)
186 public final int getPriority() { in getPriority() method in Thread