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

/openjdk7/jdk/src/share/classes/sun/rmi/runtime/
H A DNewThreadAction.java54 static final ThreadGroup systemThreadGroup = field in class:NewThreadAction
74 return new ThreadGroup(systemThreadGroup, "RMI Runtime");
104 this(systemThreadGroup, runnable, name, daemon);
124 this(user ? userThreadGroup : systemThreadGroup,
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DUniverse.java137 public Oop systemThreadGroup() { method in class:Universe
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExecutionManager.java285 public ThreadGroupReference systemThreadGroup() method in class:ExecutionManager
/openjdk7/jdk/src/share/back/
H A Dutil.h106 jthreadGroup systemThreadGroup; member in struct:__anon513
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1547 jthreadGroup systemThreadGroup; local
1552 systemThreadGroup = NULL;
1565 systemThreadGroup = groups[0];
1572 systemThreadGroup, nameString);

Completed in 70 milliseconds