/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | ThreadGroupReferenceImpl.java | 93 for (ThreadGroupReference threadGroup : threadGroups()) { in suspend() 94 threadGroup.suspend(); in suspend() 103 for (ThreadGroupReference threadGroup : threadGroups()) { in resume() 104 threadGroup.resume(); in resume()
|
D | ThreadReferenceImpl.java | 61 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/ |
D | LazyThreadReference.java | 117 public ThreadGroupReference threadGroup() { in threadGroup() method in LazyThreadReference 118 return getValue().threadGroup(); in threadGroup()
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
D | ThreadReference.java | 171 ThreadGroupReference threadGroup(); in threadGroup() method
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingPipelineLibraryTests.cpp | 758 …de::MovePtr<tcu::TestCaseGroup> threadGroup(new tcu::TestCaseGroup(group->getTestContext(), thread… in addPipelineLibraryConfigurationsTests() local 770 …threadGroup->addChild(new RayTracingPipelineLibraryTestCase(group->getTestContext(), libraryConfig… in addPipelineLibraryConfigurationsTests() 772 group->addChild(threadGroup.release()); in addPipelineLibraryConfigurationsTests()
|
D | vktRayTracingAccelerationStructuresTests.cpp | 2749 …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/ |
D | ThreadReferenceImpl.c | 152 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/ |
D | SSLSocketTest.java | 89 private ThreadGroup threadGroup; field in SSLSocketTest 93 threadGroup = new ThreadGroup("SSLSocketTest"); in setup() 97 return new Thread(threadGroup, r); in setup()
|
D | SSLSocketVersionCompatibilityTest.java | 141 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/ |
D | SSLSocketTest.java | 85 private ThreadGroup threadGroup; field in SSLSocketTest 89 threadGroup = new ThreadGroup("SSLSocketTest"); in setup() 93 return new Thread(threadGroup, r); in setup()
|
D | SSLSocketVersionCompatibilityTest.java | 139 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/ |
D | vktRayQueryAccelerationStructuresTests.cpp | 3767 …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()
|