Class Threads
java.lang.Object
com.carrotsearch.randomizedtesting.Threads
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
append
(StringBuilder b, ThreadInfo ti) DumpThreadInfo
information.private static int
doEnumerate
(ThreadGroup tg, Thread[] threads, boolean recurse) static ThreadGroup
private static String
groupName
(ThreadGroup threadGroup) static String
threadName
(Thread t) Collect thread information, JVM vendor insensitive.
-
Field Details
-
lockInfoStrings
-
-
Constructor Details
-
Threads
private Threads()
-
-
Method Details
-
threadName
Collect thread information, JVM vendor insensitive. -
groupName
-
append
DumpThreadInfo
information. -
getAllThreads
-
getThreads
-
doEnumerate
-
getTopThreadGroup
-