Class SolarisOSThread

java.lang.Object
oshi.software.common.AbstractOSThread
oshi.software.os.unix.solaris.SolarisOSThread
All Implemented Interfaces:
oshi.software.os.OSThread

@ThreadSafe public class SolarisOSThread extends oshi.software.common.AbstractOSThread
OSThread implementation
  • Constructor Details

    • SolarisOSThread

      public SolarisOSThread(int pid, int lwpid)
  • Method Details

    • getName

      public String getName()
    • getThreadId

      public int getThreadId()
    • getState

      public oshi.software.os.OSProcess.State getState()
    • getStartMemoryAddress

      public long getStartMemoryAddress()
    • getContextSwitches

      public long getContextSwitches()
    • getKernelTime

      public long getKernelTime()
    • getUserTime

      public long getUserTime()
    • getUpTime

      public long getUpTime()
    • getStartTime

      public long getStartTime()
    • getPriority

      public int getPriority()
    • updateAttributes

      public boolean updateAttributes()