Searched refs:tg (Results 1 – 6 of 6) sorted by relevance
66 public static void setLocalGroup(ThreadGroup tg) { in setLocalGroup() argument67 sLocal.set(tg); in setLocalGroup()
153 ThreadGroup tg = new ThreadGroup("TestThreadGroup"); in testThreadedLogging() local154 Thread firstThread = new Thread(tg, new FirstThread()); in testThreadedLogging()
130 IConfiguration config, ThreadGroup tg, List<IScheduledInvocationListener> listeners) { in registerInvocation() argument133 mRegisteredGroup.put(referenceId, tg); in registerInvocation()
88 public static void setLocalGroup(ThreadGroup tg) { in setLocalGroup() argument89 sLocal.set(tg); in setLocalGroup()
109 ThreadGroup tg = Thread.currentThread().getThreadGroup();110 while (tg.getParent() != null) {111 tg = tg.getParent();113 HB_GROUP = new ThreadGroup(tg, "ClusterCommandScheduler.heartbeat");
448 public static void setLocalGroup(ThreadGroup tg) { in setLocalGroup() argument449 sLocal.set(tg); in setLocalGroup()