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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTAutoShutdown.java52 * thread (<code>blockerThread</code>) is running when AWT is not in
102 private Thread blockerThread = null; field in class:AWTAutoShutdown
170 if (blockerThread == null) {
214 if (!isReadyToShutdown() && blockerThread == null) {
253 if (blockerThread == null) {
286 while (blockerThread == currentThread) {
302 blockerThread = null;
312 if (blockerThread == currentThread) {
313 blockerThread = null;
333 blockerThread
[all...]

Completed in 28 milliseconds