Searched refs:NORM_PRIORITY (Results 1 – 9 of 9) sorted by relevance
652 if (t.getPriority() != Thread.NORM_PRIORITY)653 t.setPriority(Thread.NORM_PRIORITY);
315 assertTrue(current.getPriority() <= Thread.NORM_PRIORITY); in testDefaultThreadFactory()353 assertTrue(current.getPriority() <= Thread.NORM_PRIORITY); in testPrivilegedThreadFactory()
158 public static final int NORM_PRIORITY = 5; // 0x5 field in Thread
159 public static final int NORM_PRIORITY = 5; // 0x5 field in Thread
371 assertTrue(current.getPriority() <= Thread.NORM_PRIORITY); in testDefaultThreadFactory()410 assertTrue(current.getPriority() <= Thread.NORM_PRIORITY); in testPrivilegedThreadFactory()
148 public static final int NORM_PRIORITY = 5; // 0x5 field in Thread
354 public static final int NORM_PRIORITY = 5; // 0x5 field in Thread
303 public static final int NORM_PRIORITY = 5; field in Thread
4547 field public static final int NORM_PRIORITY = 5; // 0x5