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

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletSecurity.java206 return getThreadGroup().parentOf(g);
214 return inThreadGroup(thread.getThreadGroup());
242 // inThreadGroup is calling appletLoader.getThreadGroup
325 public ThreadGroup getThreadGroup() { method in class:AppletSecurity
331 : appletLoader.getThreadGroup();
335 return super.getThreadGroup();
337 } // getThreadGroup()
H A DAppletClassLoader.java639 * (AppletSecurity) getThreadGroup returns the thread group of the
645 public ThreadGroup getThreadGroup() { method in class:AppletClassLoader
700 getThreadGroup(); // Make sure ThreadGroup/AppContext exist
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DThreadPoolManagerImpl.java59 threadGroup = getThreadGroup();
67 private ThreadGroup getThreadGroup() { method in class:ThreadPoolManagerImpl
91 ThreadGroup tg = Thread.currentThread().getThreadGroup();
107 tg = Thread.currentThread().getThreadGroup();
/openjdk7/jdk/src/share/classes/sun/awt/
H A DAppContext.java263 Thread.currentThread().getThreadGroup();
304 ThreadGroup currentThreadGroup = Thread.currentThread().getThreadGroup();
394 if (this.threadGroup.parentOf(Thread.currentThread().getThreadGroup())) {
567 Thread t = new Thread(appContext.getThreadGroup(), runnable);
689 public ThreadGroup getThreadGroup() { method in class:AppContext
/openjdk7/jdk/src/share/classes/java/lang/
H A DSecurityManager.java622 ThreadGroup root = Thread.currentThread().getThreadGroup();
675 if (t.getThreadGroup() == rootGroup) {
1731 public ThreadGroup getThreadGroup() { method in class:SecurityManager
1732 return Thread.currentThread().getThreadGroup();
H A DThread.java366 g = security.getThreadGroup();
372 g = parent.getThreadGroup();
461 * SecurityManager#getThreadGroup SecurityManager.getThreadGroup()}.
463 * SecurityManager.getThreadGroup()} returns {@code null}, the group
498 * SecurityManager#getThreadGroup SecurityManager.getThreadGroup()}.
500 * SecurityManager.getThreadGroup()} returns {@code null}, the group
558 * SecurityManager#getThreadGroup SecurityManager.getThreadGroup()}
1160 public final ThreadGroup getThreadGroup() { method in class:Thread
[all...]
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitor.java1528 ThreadGroup group = (s != null) ? s.getThreadGroup() :
1529 Thread.currentThread().getThreadGroup();
1534 ThreadGroup tg = tf.getThreadGroup();
1624 group = (s != null) ? s.getThreadGroup() :
1625 Thread.currentThread().getThreadGroup();
1634 public ThreadGroup getThreadGroup() { method in class:Monitor.DaemonThreadFactory

Completed in 55 milliseconds