Searched defs:systemThreadGroup (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DThreadGroup.java60 static final ThreadGroup systemThreadGroup = new ThreadGroup(); field in class:ThreadGroup
62 static final ThreadGroup mainThreadGroup = new ThreadGroup(systemThreadGroup, "main");

Completed in 85 milliseconds