Searched refs:NORM_PRIORITY (Results 1 – 6 of 6) sorted by relevance
572 if (t.getPriority() != Thread.NORM_PRIORITY)573 t.setPriority(Thread.NORM_PRIORITY);
158 public static final int NORM_PRIORITY = 5; // 0x5 field in Thread
315 assertTrue(current.getPriority() <= Thread.NORM_PRIORITY); in testDefaultThreadFactory()353 assertTrue(current.getPriority() <= Thread.NORM_PRIORITY); in testPrivilegedThreadFactory()
146 public static final int NORM_PRIORITY = 5; // 0x5 field in Thread
354 public static final int NORM_PRIORITY = 5; // 0x5 field in Thread
306 public final static int NORM_PRIORITY = 5; field in Thread