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 class
ThreadInfo.ThreadStats
Class to encapsulate mach thread info
-
Field Summary
Fields Modifier and Type Field Description private static java.util.regex.Pattern
PS_M
-
Constructor Summary
Constructors Modifier Constructor Description private
ThreadInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<ThreadInfo.ThreadStats>
queryTaskThreads(int pid)
-
-
-
Method Detail
-
queryTaskThreads
public static java.util.List<ThreadInfo.ThreadStats> queryTaskThreads(int pid)
-
-