HomeSort by relevance Sort by last modified time
    Searched refs:threadGroup (Results 1 - 11 of 11) sorted by null

  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 218 * threads found in the specified ThreadGroup and that
219 * ThreadGroup's children.
221 public static ThreadSet newThreadGroupThreadSet(ThreadGroup threadGroup) {
222 return new ThreadGroupThreadSet(threadGroup);
227 * ThreadGroup and the ThreadGroup's children
230 private final ThreadGroup threadGroup;
234 public ThreadGroupThreadSet(ThreadGroup threadGroup)
    [all...]
  /libcore/luni/src/main/java/java/lang/
ThreadGroup.java 27 * {@code ThreadGroup} is a means of organizing threads into a hierarchical structure.
31 public class ThreadGroup implements Thread.UncaughtExceptionHandler {
33 // Name of this ThreadGroup
37 // Maximum priority for Threads inside this ThreadGroup
40 // The ThreadGroup to which this ThreadGroup belongs
42 final ThreadGroup parent;
59 private final List<ThreadGroup> groups = new ArrayList<ThreadGroup>(3);
61 // Whether this ThreadGroup is a daemon ThreadGroup or no
    [all...]
  /dalvik/vm/
Debugger.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
jdimodel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 1088 milliseconds