Home
last modified time | relevance | path

Searched refs:systemThreadGroup (Results 1 – 3 of 3) sorted by relevance

/libcore/libart/src/main/java/java/lang/
DThreadGroup.java68 static final ThreadGroup systemThreadGroup = new ThreadGroup(); field in ThreadGroup
69 static final ThreadGroup mainThreadGroup = new ThreadGroup(systemThreadGroup, "main");
DThread.java516 int count = ThreadGroup.systemThreadGroup.activeCount(); in getAllStackTraces()
520 count = ThreadGroup.systemThreadGroup.enumerate(threads); in getAllStackTraces()
DDaemons.java66 thread = new Thread(ThreadGroup.systemThreadGroup, this, getClass().getSimpleName()); in start()