Home
last modified time | relevance | path

Searched refs:threadGroup (Results 1 – 9 of 9) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DThreadGroupReferenceImpl.java93 for (ThreadGroupReference threadGroup : threadGroups()) { in suspend()
94 threadGroup.suspend(); in suspend()
103 for (ThreadGroupReference threadGroup : threadGroups()) { in resume()
104 threadGroup.resume(); in resume()
DThreadReferenceImpl.java61 private ThreadGroupReference threadGroup; field in ThreadReferenceImpl
316 public ThreadGroupReference threadGroup() { in threadGroup() method in ThreadReferenceImpl
320 if (threadGroup == null) { in threadGroup()
322 threadGroup = JDWP.ThreadReference.ThreadGroup. in threadGroup()
328 return threadGroup; in threadGroup()
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
DLazyThreadReference.java117 public ThreadGroupReference threadGroup() { in threadGroup() method in LazyThreadReference
118 return getValue().threadGroup(); in threadGroup()
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DThreadReference.java171 ThreadGroupReference threadGroup(); in threadGroup() method
/external/oj-libjdwp/src/share/back/
DThreadReferenceImpl.c152 threadGroup(PacketInputStream *in, PacketOutputStream *out) in threadGroup() function
672 (void *)threadGroup,
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSocketTest.java85 private ThreadGroup threadGroup; field in SSLSocketTest
89 threadGroup = new ThreadGroup("SSLSocketTest"); in setup()
93 return new Thread(threadGroup, r); in setup()
DSSLSocketVersionCompatibilityTest.java164 private ThreadGroup threadGroup; field in SSLSocketVersionCompatibilityTest
173 threadGroup = new ThreadGroup("SSLSocketVersionedTest"); in setup()
177 return new Thread(threadGroup, r); in setup()
1666 threadGroup.enumerate(threads); in test_SSLSocket_interrupt_read_withoutAutoClose()
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLSocketTest.java89 private ThreadGroup threadGroup; field in SSLSocketTest
93 threadGroup = new ThreadGroup("SSLSocketTest"); in setup()
97 return new Thread(threadGroup, r); in setup()
DSSLSocketVersionCompatibilityTest.java166 private ThreadGroup threadGroup; field in SSLSocketVersionCompatibilityTest
175 threadGroup = new ThreadGroup("SSLSocketVersionedTest"); in setup()
179 return new Thread(threadGroup, r); in setup()
1683 threadGroup.enumerate(threads); in test_SSLSocket_interrupt_read_withoutAutoClose()