Home
last modified time | relevance | path

Searched refs:NORM_PRIORITY (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DExecutors.java572 if (t.getPriority() != Thread.NORM_PRIORITY)
573 t.setPriority(Thread.NORM_PRIORITY);
/libcore/ojluni/annotations/mmodule/java/lang/
DThread.annotated.java158 public static final int NORM_PRIORITY = 5; // 0x5 field in Thread
/libcore/jsr166-tests/src/test/java/jsr166/
DExecutorsTest.java315 assertTrue(current.getPriority() <= Thread.NORM_PRIORITY); in testDefaultThreadFactory()
353 assertTrue(current.getPriority() <= Thread.NORM_PRIORITY); in testPrivilegedThreadFactory()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThread.annotated.java146 public static final int NORM_PRIORITY = 5; // 0x5 field in Thread
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThread.java354 public static final int NORM_PRIORITY = 5; // 0x5 field in Thread
/libcore/ojluni/src/main/java/java/lang/
DThread.java306 public final static int NORM_PRIORITY = 5; field in Thread