Class AixLibc.AIXLwpsInfo

java.lang.Object
com.sun.jna.Structure
oshi.jna.platform.unix.AixLibc.AIXLwpsInfo
Enclosing interface:
AixLibc

@FieldOrder({"pr_lwpid","pr_addr","pr_wchan","pr_flag","pr_wtype","pr_state","pr_sname","pr_nice","pr_pri","pr_policy","pr_clname","pr_onpro","pr_bindpro"}) public static class AixLibc.AIXLwpsInfo extends com.sun.jna.Structure
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.sun.jna.Structure

    com.sun.jna.Structure.ByReference, com.sun.jna.Structure.ByValue, com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
     
    int
     
    byte[]
     
    int
     
    long
     
    byte
     
    int
     
    int
     
    int
     
    byte
     
    byte
     
    long
     
    byte
     

    Fields inherited from class com.sun.jna.Structure

    ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    AIXLwpsInfo(byte[] bytes)
     
  • Method Summary

    Methods inherited from class com.sun.jna.Structure

    allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • pr_lwpid

      public long pr_lwpid
    • pr_addr

      public long pr_addr
    • pr_wchan

      public long pr_wchan
    • pr_flag

      public int pr_flag
    • pr_wtype

      public byte pr_wtype
    • pr_state

      public byte pr_state
    • pr_sname

      public byte pr_sname
    • pr_nice

      public byte pr_nice
    • pr_pri

      public int pr_pri
    • pr_policy

      public int pr_policy
    • pr_clname

      public byte[] pr_clname
    • pr_onpro

      public int pr_onpro
    • pr_bindpro

      public int pr_bindpro
  • Constructor Details

    • AIXLwpsInfo

      public AIXLwpsInfo()
    • AIXLwpsInfo

      public AIXLwpsInfo(byte[] bytes)