HomeSort by relevance Sort by last modified time
    Searched refs:threadGroup (Results 1 - 4 of 4) 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 newThreadGroupTheadSet(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...]
  /prebuilt/common/ant/
ant.jar 

Completed in 114 milliseconds