Home
last modified time | relevance | path

Searched refs:threadGroup (Results 1 – 12 of 12) 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/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingPipelineLibraryTests.cpp758 …de::MovePtr<tcu::TestCaseGroup> threadGroup(new tcu::TestCaseGroup(group->getTestContext(), thread… in addPipelineLibraryConfigurationsTests() local
770threadGroup->addChild(new RayTracingPipelineLibraryTestCase(group->getTestContext(), libraryConfig… in addPipelineLibraryConfigurationsTests()
772 group->addChild(threadGroup.release()); in addPipelineLibraryConfigurationsTests()
DvktRayTracingAccelerationStructuresTests.cpp2749 …de::MovePtr<tcu::TestCaseGroup> threadGroup(new tcu::TestCaseGroup(group->getTestContext(), groupN… in addHostThreadingOperationTests() local
2751 addOperationTestsImpl(threadGroup.get(), threads[threadsNdx]); in addHostThreadingOperationTests()
2753 group->addChild(threadGroup.release()); in addHostThreadingOperationTests()
/external/oj-libjdwp/src/share/back/
DThreadReferenceImpl.c152 threadGroup(PacketInputStream *in, PacketOutputStream *out) in threadGroup() function
672 (void *)threadGroup,
/external/conscrypt/repackaged/common/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.java141 private ThreadGroup threadGroup; field in SSLSocketVersionCompatibilityTest
150 threadGroup = new ThreadGroup("SSLSocketVersionedTest"); in setup()
154 return new Thread(threadGroup, r); in setup()
1450 threadGroup.enumerate(threads); in test_SSLSocket_interrupt_read_withoutAutoClose()
/external/conscrypt/common/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.java139 private ThreadGroup threadGroup; field in SSLSocketVersionCompatibilityTest
148 threadGroup = new ThreadGroup("SSLSocketVersionedTest"); in setup()
152 return new Thread(threadGroup, r); in setup()
1448 threadGroup.enumerate(threads); in test_SSLSocket_interrupt_read_withoutAutoClose()
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryAccelerationStructuresTests.cpp3767 …de::MovePtr<tcu::TestCaseGroup> threadGroup(new tcu::TestCaseGroup(group->getTestContext(), groupN… in addHostThreadingOperationTests() local
3769 addOperationTestsImpl(threadGroup.get(), threads[threadsNdx]); in addHostThreadingOperationTests()
3771 group->addChild(threadGroup.release()); in addHostThreadingOperationTests()