Searched refs:systemThreadGroup (Results 1 – 3 of 3) sorted by relevance
68 static final ThreadGroup systemThreadGroup = new ThreadGroup(); field in ThreadGroup69 static final ThreadGroup mainThreadGroup = new ThreadGroup(systemThreadGroup, "main");
516 int count = ThreadGroup.systemThreadGroup.activeCount(); in getAllStackTraces()520 count = ThreadGroup.systemThreadGroup.enumerate(threads); in getAllStackTraces()
66 thread = new Thread(ThreadGroup.systemThreadGroup, this, getClass().getSimpleName()); in start()