Package oshi.driver.mac
Class ThreadInfo
java.lang.Object
oshi.driver.mac.ThreadInfo
@ThreadSafe public final class ThreadInfo extends java.lang.Object
Utility to query threads for a process
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThreadInfo.ThreadStatsClass to encapsulate mach thread info -
Method Summary
Modifier and Type Method Description static java.util.List<ThreadInfo.ThreadStats>queryTaskThreads(int pid)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
queryTaskThreads
-