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

  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 328 ThreadGroup rootThreadGroup = initialThreadGroup;
329 while (rootThreadGroup.getParent() != null) {
330 rootThreadGroup = rootThreadGroup.getParent();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java 63 private ThreadGroup rootThreadGroup = null;
831 rootThreadGroup = initialThreadGroup;
832 while (rootThreadGroup.getParent() != null) {
833 rootThreadGroup = rootThreadGroup.getParent();
1107 return rootThreadGroup;

Completed in 769 milliseconds