Lines Matching refs:dispatchThread
153 private EventDispatchThread dispatchThread;
266 if (dispatchThread == null) {
324 AWTAutoShutdown.getInstance().notifyThreadBusy(dispatchThread);
542 AWTAutoShutdown.getInstance().notifyThreadFree(dispatchThread);
743 dispatchThread.stopDispatching();
786 return (Thread.currentThread() == dispatchThread)
824 return (Thread.currentThread() == dispatchThread)
855 if ((topQueue.dispatchThread != null) &&
856 (topQueue.dispatchThread.getEventQueue() == this))
858 newEventQueue.dispatchThread = topQueue.dispatchThread;
859 topQueue.dispatchThread.setEventQueue(newEventQueue);
936 if ((topQueue.dispatchThread != null) &&
937 (topQueue.dispatchThread.getEventQueue() == this))
939 prevQueue.dispatchThread = topQueue.dispatchThread;
940 topQueue.dispatchThread.setEventQueue(prevQueue);
983 if (dispatchThread == null) {
986 return new WaitDispatchSupport(dispatchThread, cond, filter, interval);
1026 return (Thread.currentThread() == eq.dispatchThread);
1035 if (dispatchThread == null && !threadGroup.isDestroyed() && !appContext.isDisposed()) {
1036 dispatchThread = AccessController.doPrivileged(
1050 AWTAutoShutdown.getInstance().notifyThreadBusy(dispatchThread);
1051 dispatchThread.start();
1064 * to its queue, so the EventQueue.dispatchThread reference must
1069 if (edt == dispatchThread) {
1080 dispatchThread = null;
1101 return dispatchThread;
1166 if (Thread.currentThread() != dispatchThread) {
1288 } else if (dispatchThread != null) {