Searched refs:getPriority (Results 1 – 4 of 4) sorted by relevance
427 this.priority = currentThread.getPriority(); in create()572 public final int getPriority() { in getPriority() method in Thread
315 assertTrue(current.getPriority() <= Thread.NORM_PRIORITY); in testDefaultThreadFactory()359 assertTrue(current.getPriority() <= Thread.NORM_PRIORITY); in testPrivilegedThreadFactory()
403 st.getPriority() == Thread.MAX_PRIORITY); in test_getPriority()806 st.getPriority() == Thread.MAX_PRIORITY); in test_setPriorityI()
531 if (t.getPriority() != Thread.NORM_PRIORITY)