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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTAutoShutdown.java161 * @see AWTAutoShutdown#notifyThreadFree
190 public void notifyThreadFree(final Thread thread) { method in class:AWTAutoShutdown
/openjdk7/jdk/src/share/classes/java/awt/
H A DEventQueue.java542 AWTAutoShutdown.getInstance().notifyThreadFree(dispatchThread);
1082 AWTAutoShutdown.getInstance().notifyThreadFree(edt);

Completed in 40 milliseconds