Class IOURingClockRegister

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class IOURingClockRegister extends Struct<IOURingClockRegister> implements NativeResource

 struct io_uring_clock_register {
     __u32 clockid;
     __u32 __resv[3];
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • CLOCKID

      public static final int CLOCKID
      The struct member offsets.
    • __RESV

      public static final int __RESV
      The struct member offsets.
  • Constructor Details

    • IOURingClockRegister

      public IOURingClockRegister(ByteBuffer container)
      Creates a IOURingClockRegister instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details