Lines Matching defs:ThreadGroup

57 class ThreadGroup implements Thread.UncaughtExceptionHandler {
58 private final ThreadGroup parent;
70 ThreadGroup groups[];
76 private ThreadGroup() { // called from C code
92 * @see java.lang.ThreadGroup#checkAccess()
95 public ThreadGroup(String name) {
113 * @see java.lang.ThreadGroup#checkAccess()
116 public ThreadGroup(ThreadGroup parent, String name) {
120 private ThreadGroup(Void unused, ThreadGroup parent, String name) {
134 private static Void checkParentAccess(ThreadGroup parent) {
160 * @see java.lang.ThreadGroup#checkAccess()
165 public final ThreadGroup getParent() {
223 * @see java.lang.ThreadGroup#checkAccess()
243 * Otherwise, the priority of this ThreadGroup object is set to the
256 * @see java.lang.ThreadGroup#checkAccess()
261 ThreadGroup[] groupsSnapshot;
290 public final boolean parentOf(ThreadGroup g) {
309 * @see java.lang.SecurityManager#checkAccess(java.lang.ThreadGroup)
341 ThreadGroup[] groupsSnapshot;
427 ThreadGroup[] groupsSnapshot = null;
475 ThreadGroup[] groupsSnapshot;
502 * {@linkplain #enumerate(ThreadGroup[], boolean) enumerate}{@code (list, true)}
516 public int enumerate(ThreadGroup list[]) {
554 public int enumerate(ThreadGroup list[], boolean recurse) {
559 private int enumerate(ThreadGroup list[], int n, boolean recurse) {
561 ThreadGroup[] groupsSnapshot = null;
605 * @see java.lang.ThreadGroup#checkAccess()
630 * @see java.lang.ThreadGroup#checkAccess()
635 ThreadGroup[] groupsSnapshot;
667 * @see java.lang.ThreadGroup#checkAccess()
689 ThreadGroup[] groupsSnapshot = null;
726 * @see java.lang.ThreadGroup#checkAccess()
729 * <tt>Thread.suspend</tt> and <tt>ThreadGroup.suspend</tt>,
736 ThreadGroup[] groupsSnapshot;
766 * @see java.lang.ThreadGroup#checkAccess()
771 ThreadGroup[] groupsSnapshot;
804 private final void add(ThreadGroup g){
810 groups = new ThreadGroup[4];
827 private void remove(ThreadGroup g) {
990 ThreadGroup[] groupsSnapshot;
1022 * <code>ThreadGroup</code> does the following:
1043 * <code>ThreadGroup</code> to provide alternative handling of