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

/libcore/ojluni/src/main/java/java/lang/
H A DThreadGroup.java58 class ThreadGroup implements Thread.UncaughtExceptionHandler { class in inherits:Thread.UncaughtExceptionHandler
60 static final ThreadGroup systemThreadGroup = new ThreadGroup();
62 static final ThreadGroup mainThreadGroup = new ThreadGroup(systemThreadGroup, "main");
64 private final ThreadGroup parent;
76 ThreadGroup groups[];
82 private ThreadGroup() { // called from C code method in class:ThreadGroup
98 * @see java.lang.ThreadGroup#checkAccess()
101 public ThreadGroup(Strin method in class:ThreadGroup
122 public ThreadGroup(ThreadGroup parent, String name) { method in class:ThreadGroup
126 private ThreadGroup(Void unused, ThreadGroup parent, String name) { method in class:ThreadGroup
[all...]

Completed in 46 milliseconds