Searched defs:NORM_PRIORITY (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DEventQueue.java107 private static final int NORM_PRIORITY = 1; field in class:EventQueue
296 return NORM_PRIORITY;
1044 t.setPriority(Thread.NORM_PRIORITY + 1);
/openjdk7/jdk/src/share/classes/java/lang/
H A DThread.java252 public final static int NORM_PRIORITY = 5; field in class:Thread

Completed in 37 milliseconds