Searched refs:NORM_PRIORITY (Results 1 – 3 of 3) sorted by relevance
530 if (t.getPriority() != Thread.NORM_PRIORITY)531 t.setPriority(Thread.NORM_PRIORITY);
293 assertTrue(current.getPriority() <= Thread.NORM_PRIORITY); in testDefaultThreadFactory()336 assertTrue(current.getPriority() <= Thread.NORM_PRIORITY); in testPrivilegedThreadFactory()
125 public static final int NORM_PRIORITY = 5; field in Thread