Interface ThreadUtils.LinuxCLib

  • All Superinterfaces:
    com.sun.jna.Library
    Enclosing class:
    ThreadUtils

    public static interface ThreadUtils.LinuxCLib
    extends com.sun.jna.Library
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.sun.jna.Library

        com.sun.jna.Library.Handler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int PR_SET_NAME  
      • Fields inherited from interface com.sun.jna.Library

        OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int prctl​(int option, java.lang.String arg2, long arg3, long arg4, long arg5)  
    • Method Detail

      • prctl

        int prctl​(int option,
                  java.lang.String arg2,
                  long arg3,
                  long arg4,
                  long arg5)