Lines Matching refs:threadGroup
642 private AppletThreadGroup threadGroup;
647 if (threadGroup == null || threadGroup.isDestroyed()) {
650 threadGroup = new AppletThreadGroup(base + "-threadGroup");
651 // threadGroup.setDaemon(true);
652 // threadGroup is now destroyed by AppContext.dispose()
657 AppContextCreator creatorThread = new AppContextCreator(threadGroup);
679 return threadGroup;
765 threadGroup = null;