Package jnr.posix

Interface Linux

  • All Superinterfaces:
    POSIX

    public interface Linux
    extends POSIX
    Linux-specific POSIX-like functions.
    • Method Detail

      • ioprio_get

        int ioprio_get​(int which,
                       int who)
      • ioprio_set

        int ioprio_set​(int which,
                       int who,
                       int ioprio)