Searched refs:busyThreadSet (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTAutoShutdown.java44 * <li><code>busyThreadSet</code> - a set of all the event dispatch
50 * is false and <code>busyThreadSet</code> is empty.
84 private final HashSet busyThreadSet = new HashSet(7); field in class:AWTAutoShutdown
176 busyThreadSet.add(thread);
196 busyThreadSet.remove(thread);
228 * is false and <code>busyThreadSet</code> is empty.
235 busyThreadSet.isEmpty());

Completed in 30 milliseconds