Searched refs:threadGroup (Results 1 – 9 of 9) sorted by relevance
93 for (ThreadGroupReference threadGroup : threadGroups()) { in suspend()94 threadGroup.suspend(); in suspend()103 for (ThreadGroupReference threadGroup : threadGroups()) { in resume()104 threadGroup.resume(); in resume()
61 private ThreadGroupReference threadGroup; field in ThreadReferenceImpl316 public ThreadGroupReference threadGroup() { in threadGroup() method in ThreadReferenceImpl320 if (threadGroup == null) { in threadGroup()322 threadGroup = JDWP.ThreadReference.ThreadGroup. in threadGroup()328 return threadGroup; in threadGroup()
117 public ThreadGroupReference threadGroup() { in threadGroup() method in LazyThreadReference118 return getValue().threadGroup(); in threadGroup()
171 ThreadGroupReference threadGroup(); in threadGroup() method
152 threadGroup(PacketInputStream *in, PacketOutputStream *out) in threadGroup() function672 (void *)threadGroup,
85 private ThreadGroup threadGroup; field in SSLSocketTest89 threadGroup = new ThreadGroup("SSLSocketTest"); in setup()93 return new Thread(threadGroup, r); in setup()
135 private ThreadGroup threadGroup; field in SSLSocketVersionCompatibilityTest144 threadGroup = new ThreadGroup("SSLSocketVersionedTest"); in setup()148 return new Thread(threadGroup, r); in setup()1440 threadGroup.enumerate(threads); in test_SSLSocket_interrupt_read_withoutAutoClose()
89 private ThreadGroup threadGroup; field in SSLSocketTest93 threadGroup = new ThreadGroup("SSLSocketTest"); in setup()97 return new Thread(threadGroup, r); in setup()
137 private ThreadGroup threadGroup; field in SSLSocketVersionCompatibilityTest146 threadGroup = new ThreadGroup("SSLSocketVersionedTest"); in setup()150 return new Thread(threadGroup, r); in setup()1442 threadGroup.enumerate(threads); in test_SSLSocket_interrupt_read_withoutAutoClose()