Home
last modified time | relevance | path

Searched defs:threadGroup (Results 1 – 13 of 13) sorted by relevance

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DThreadUtils.java60 public boolean test(final ThreadGroup threadGroup) { in test()
95 public boolean test(final ThreadGroup threadGroup) { in test()
115 boolean test(ThreadGroup threadGroup); in test()
239 public static Thread findThreadById(final long threadId, final ThreadGroup threadGroup) { in findThreadById()
276 …public static Collection<ThreadGroup> findThreadGroups(final ThreadGroup threadGroup, final boolea… in findThreadGroups()
303 …public static Collection<ThreadGroup> findThreadGroups(final ThreadGroup threadGroup, final boolea… in findThreadGroups()
369 …public static Collection<Thread> findThreads(final ThreadGroup threadGroup, final boolean recurse,… in findThreads()
395 …public static Collection<Thread> findThreads(final ThreadGroup threadGroup, final boolean recurse,… in findThreads()
468 …atic Collection<Thread> findThreadsByName(final String threadName, final ThreadGroup threadGroup) { in findThreadsByName()
511 ThreadGroup threadGroup = Thread.currentThread().getThreadGroup(); in getSystemThreadGroup() local
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DThreadUtilsTest.java228 final ThreadGroup threadGroup = new ThreadGroup("thread_group_DDZZ99__"); in testThreadGroups() local
242 assertNotNull(ThreadUtils.findThreadById(t1.getId(), threadGroup)); in testThreadGroups() local
254 final ThreadGroup threadGroup = new ThreadGroup("thread_group_DDZZ99__"); in testThreadGroupsById() local
295 final ThreadGroup threadGroup = new ThreadGroup("thread_group_DDZZ99__"); in testThreadGroupsRef() local
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
DLazyThreadReference.java117 public ThreadGroupReference threadGroup() { in threadGroup() method in LazyThreadReference
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DThreadReference.java171 ThreadGroupReference threadGroup(); in threadGroup() method
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DThreadReferenceImpl.java61 private ThreadGroupReference threadGroup; field in ThreadReferenceImpl
316 public ThreadGroupReference threadGroup() { in threadGroup() method in ThreadReferenceImpl
/external/oj-libjdwp/src/share/back/
DThreadReferenceImpl.c152 threadGroup(PacketInputStream *in, PacketOutputStream *out) in threadGroup() function
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLSocketTest.java88 private final ThreadGroup threadGroup = new ThreadGroup("SSLSocketTest"); field in SSLSocketTest
DSSLSocketVersionCompatibilityTest.java141 private ThreadGroup threadGroup; field in SSLSocketVersionCompatibilityTest
/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSocketTest.java84 private final ThreadGroup threadGroup = new ThreadGroup("SSLSocketTest"); field in SSLSocketTest
DSSLSocketVersionCompatibilityTest.java139 private ThreadGroup threadGroup; field in SSLSocketVersionCompatibilityTest
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingPipelineLibraryTests.cpp758 …de::MovePtr<tcu::TestCaseGroup> threadGroup(new tcu::TestCaseGroup(group->getTestContext(), thread… in addPipelineLibraryConfigurationsTests() local
DvktRayTracingAccelerationStructuresTests.cpp4673 …de::MovePtr<tcu::TestCaseGroup> threadGroup(new tcu::TestCaseGroup(group->getTestContext(), groupN… in addHostThreadingOperationTests() local
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryAccelerationStructuresTests.cpp3790 …de::MovePtr<tcu::TestCaseGroup> threadGroup(new tcu::TestCaseGroup(group->getTestContext(), groupN… in addHostThreadingOperationTests() local