Searched refs:systemThreadGroup (Results 1 – 4 of 4) sorted by relevance
235 static final java.lang.ThreadGroup systemThreadGroup; field in ThreadGroup238 systemThreadGroup = null;
60 static final ThreadGroup systemThreadGroup = new ThreadGroup(); field in ThreadGroup62 static final ThreadGroup mainThreadGroup = new ThreadGroup(systemThreadGroup, "main");
1900 int count = ThreadGroup.systemThreadGroup.activeCount(); in getAllStackTraces()1904 count = ThreadGroup.systemThreadGroup.enumerate(threads); in getAllStackTraces()
115 thread = new Thread(ThreadGroup.systemThreadGroup, this, name); in startInternal()