Lines Matching defs:ThreadGroup

57 class ThreadGroup implements Thread.UncaughtExceptionHandler {
58 private final ThreadGroup parent;
69 ThreadGroup groups[];
75 private ThreadGroup() { // called from C code
91 * @see java.lang.ThreadGroup#checkAccess()
94 public ThreadGroup(String name) {
112 * @see java.lang.ThreadGroup#checkAccess()
115 public ThreadGroup(ThreadGroup parent, String name) {
119 private ThreadGroup(Void unused, ThreadGroup parent, String name) {
132 private static Void checkParentAccess(ThreadGroup parent) {
158 * @see java.lang.ThreadGroup#checkAccess()
163 public final ThreadGroup getParent() {
221 * @see java.lang.ThreadGroup#checkAccess()
241 * Otherwise, the priority of this ThreadGroup object is set to the
254 * @see java.lang.ThreadGroup#checkAccess()
259 ThreadGroup[] groupsSnapshot;
288 public final boolean parentOf(ThreadGroup g) {
307 * @see java.lang.SecurityManager#checkAccess(java.lang.ThreadGroup)
339 ThreadGroup[] groupsSnapshot;
425 ThreadGroup[] groupsSnapshot = null;
473 ThreadGroup[] groupsSnapshot;
500 * {@linkplain #enumerate(ThreadGroup[], boolean) enumerate}{@code (list, true)}
514 public int enumerate(ThreadGroup list[]) {
552 public int enumerate(ThreadGroup list[], boolean recurse) {
557 private int enumerate(ThreadGroup list[], int n, boolean recurse) {
559 ThreadGroup[] groupsSnapshot = null;
603 * @see java.lang.ThreadGroup#checkAccess()
628 * @see java.lang.ThreadGroup#checkAccess()
633 ThreadGroup[] groupsSnapshot;
665 * @see java.lang.ThreadGroup#checkAccess()
689 ThreadGroup[] groupsSnapshot = null;
726 * @see java.lang.ThreadGroup#checkAccess()
729 * {@code Thread.suspend} and {@code ThreadGroup.suspend},
737 ThreadGroup[] groupsSnapshot;
767 * @see java.lang.ThreadGroup#checkAccess()
772 ThreadGroup[] groupsSnapshot;
805 private final void add(ThreadGroup g){
811 groups = new ThreadGroup[4];
828 private void remove(ThreadGroup g) {
988 ThreadGroup[] groupsSnapshot;
1020 * <code>ThreadGroup</code> does the following:
1041 * <code>ThreadGroup</code> to provide alternative handling of