Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DExecutors.java652 if (t.getPriority() != Thread.NORM_PRIORITY)
653 t.setPriority(Thread.NORM_PRIORITY);
/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/mmodule/java/lang/
DThread.annotated.java158 public static final int NORM_PRIORITY = 5; // 0x5 field in Thread
/libcore/ojluni/annotations/flagged_api/java/lang/
DThread.annotated.java159 public static final int NORM_PRIORITY = 5; // 0x5 field in Thread
/libcore/ojluni/src/test/java/util/concurrent/tck/
DExecutorsTest.java371 assertTrue(current.getPriority() <= Thread.NORM_PRIORITY); in testDefaultThreadFactory()
410 assertTrue(current.getPriority() <= Thread.NORM_PRIORITY); in testPrivilegedThreadFactory()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThread.annotated.java148 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.java303 public static final int NORM_PRIORITY = 5; field in Thread
/libcore/api/
Dcurrent.txt4547 field public static final int NORM_PRIORITY = 5; // 0x5