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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTAutoShutdown.java41 * <li><code>toolkitThreadBusy</code> - whether the toolkit thread
49 * <code>peerMap</code> is empty and <code>toolkitThreadBusy</code>
90 private boolean toolkitThreadBusy = false; field in class:AWTAutoShutdown
227 * <code>peerMap</code> is empty and <code>toolkitThreadBusy</code>
233 return (!toolkitThreadBusy &&
248 if (busy != toolkitThreadBusy) {
251 if (busy != toolkitThreadBusy) {
259 toolkitThreadBusy = busy;
261 toolkitThreadBusy = busy;

Completed in 27 milliseconds