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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DAppContext.java152 private static final Map<ThreadGroup, AppContext> threadGroup2appContext = field in class:AppContext
159 synchronized (threadGroup2appContext) {
160 return new HashSet<AppContext>(threadGroup2appContext.values());
236 threadGroup2appContext.put(threadGroup, this);
320 AppContext context = threadGroup2appContext.get(threadGroup);
326 context = threadGroup2appContext.get(threadGroup);
330 // all the intermediate ThreadGroups to threadGroup2appContext
333 threadGroup2appContext.put(tg, context);
513 // Next, we remove this and all subThreadGroups from threadGroup2appContext
519 threadGroup2appContext
[all...]

Completed in 29 milliseconds