Searched refs:getThreadGroup (Results 1 – 15 of 15) sorted by relevance
202 public ThreadGroup getThreadGroup() { in getThreadGroup() method in SecurityManager203 return Thread.currentThread().getThreadGroup(); in getThreadGroup()
505 g = parent.getThreadGroup(); in init()1239 if((g = getThreadGroup()) != null) { in setPriority()1321 public final ThreadGroup getThreadGroup() { in getThreadGroup() method in Thread1351 return currentThread().getThreadGroup().activeCount(); in activeCount()1381 return currentThread().getThreadGroup().enumerate(tarray); in enumerate()1596 ThreadGroup group = getThreadGroup(); in toString()
98 ThreadGroup root = Thread.currentThread().getThreadGroup(); in getRootThreadGroup()
102 this(Thread.currentThread().getThreadGroup(), name); in ThreadGroup()
308 final ThreadGroup egroup = Thread.currentThread().getThreadGroup(); in testDefaultThreadFactory()316 ThreadGroup g = current.getThreadGroup(); in testDefaultThreadFactory()319 assertTrue(g == s.getThreadGroup()); in testDefaultThreadFactory()345 final ThreadGroup egroup = Thread.currentThread().getThreadGroup(); in testPrivilegedThreadFactory()354 ThreadGroup g = current.getThreadGroup(); in testPrivilegedThreadFactory()357 assertTrue(g == s.getThreadGroup()); in testPrivilegedThreadFactory()
39 ThreadGroup tg = current.getThreadGroup(); in testGetAndSetUncaughtExceptionHandler()
555 return Thread.currentThread().getThreadGroup() == tg;
162 assertTrue("Returned incorrect thread group", st.getThreadGroup() == tg); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_Runnable()181 assertTrue("Constructed incorrect thread", (st.getThreadGroup() == tg) in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_String()416 assertTrue("Returned incorrect thread group", st.getThreadGroup() == tg); in test_getThreadGroup()422 assertNull("group should be null", st.getThreadGroup()); in test_getThreadGroup()445 ThreadGroup group = t.getThreadGroup(); in test_getThreadGroup()
31 initialThreadGroup = Thread.currentThread().getThreadGroup(); in setUp()80 newGroup.getParent() == Thread.currentThread().getThreadGroup()); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_String()
559 group = (s != null) ? s.getThreadGroup() :560 Thread.currentThread().getThreadGroup();
233 assertEquals(Thread.currentThread().getThreadGroup(), new ThreadGroup("test").getParent()); in test_getParent()323 initialThreadGroup = new ThreadGroup(Thread.currentThread().getThreadGroup(), "test group"); in setUp()
53 assertTrue("Constructed incorrect thread", (st.getThreadGroup() == tg) in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_StringL$L()
101 public final java.lang.ThreadGroup getThreadGroup() { throw new RuntimeException("Stub!"); } in getThreadGroup() method in Thread
96 @libcore.util.Nullable public final java.lang.ThreadGroup getThreadGroup() { throw new RuntimeExcep… in getThreadGroup() method in Thread
198 public final java.lang.ThreadGroup getThreadGroup() { in getThreadGroup() method in Thread