Uses of Class
oshi.jna.platform.unix.AixLibc.AixLwpsInfo
-
Packages that use AixLibc.AixLwpsInfo Package Description oshi.driver.unix.aix Provides functions to query information on AIXoshi.jna.platform.unix Provides extensions of JNA libraries for Unix. -
-
Uses of AixLibc.AixLwpsInfo in oshi.driver.unix.aix
Methods in oshi.driver.unix.aix that return AixLibc.AixLwpsInfo Modifier and Type Method Description static AixLibc.AixLwpsInfo
PsInfo. queryLwpsInfo(int pid, int tid)
Reads /proc/pid/lwp/tid/lwpsinfo and returns data in a structure -
Uses of AixLibc.AixLwpsInfo in oshi.jna.platform.unix
Fields in oshi.jna.platform.unix declared as AixLibc.AixLwpsInfo Modifier and Type Field Description AixLibc.AixLwpsInfo
AixLibc.AixPsInfo. pr_lwp
-