Class LibPThread.pthread_mutex_t

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.unix.LibPThread.pthread_mutex_t
Direct Known Subclasses:
LibPThread.pthread_mutex_t.ByReference
Enclosing interface:
LibPThread

@FieldOrder("mutex") public static class LibPThread.pthread_mutex_t extends com.sun.jna.Structure
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

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

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

    Fields
    Modifier and Type
    Field
    Description
    byte[]
     

    Fields inherited from class com.sun.jna.Structure

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

    Constructors
    Constructor
    Description
    pthread_mutex_t(com.sun.jna.Memory mem, long offset)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
     

    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

    • mutex

      public byte[] mutex
  • Constructor Details

    • pthread_mutex_t

      public pthread_mutex_t(com.sun.jna.Memory mem, long offset)
  • Method Details

    • mutexSize

      public static int mutexSize()