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

  /libcore/dalvik/src/main/java/dalvik/system/
SamplingProfiler.java 185 * threads found in the specified ThreadGroup and that
186 * ThreadGroup's children.
188 public static ThreadSet newThreadGroupTheadSet(ThreadGroup threadGroup) {
189 return new ThreadGroupThreadSet(threadGroup);
194 * ThreadGroup and the ThreadGroup's children
197 private final ThreadGroup threadGroup;
201 public ThreadGroupThreadSet(ThreadGroup threadGroup)
    [all...]
  /dalvik/vm/
Debugger.c 825 else if (strcmp(type, "Ljava/lang/ThreadGroup;") == 0)
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 43 milliseconds