Searched defs:inThreadGroup (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletSecurity.java202 protected boolean inThreadGroup(ThreadGroup g) { method in class:AppletSecurity
213 protected boolean inThreadGroup(Thread thread) { method in class:AppletSecurity
214 return inThreadGroup(thread.getThreadGroup());
228 if ((t.getState() != Thread.State.TERMINATED) && !inThreadGroup(t)) {
242 // inThreadGroup is calling appletLoader.getThreadGroup
249 if (!inThreadGroup(g)) {

Completed in 32 milliseconds