Package org.lwjgl.system.linux.liburing
Class IOURingGeteventsArg
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
struct io_uring_getevents_arg {
__u64 sigmask;
__u32 sigmask_sz;
__u32 min_wait_usec;
__u64 ts;
}
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct size in bytes.static final int
The struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionIOURingGeteventsArg
(ByteBuffer container) Creates aIOURingGeteventsArg
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionstatic IOURingGeteventsArg
calloc()
Returns a newIOURingGeteventsArg
instance allocated withmemCalloc
.static IOURingGeteventsArg.Buffer
calloc
(int capacity) Returns a newIOURingGeteventsArg.Buffer
instance allocated withmemCalloc
.static IOURingGeteventsArg.Buffer
calloc
(int capacity, MemoryStack stack) Returns a newIOURingGeteventsArg.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static IOURingGeteventsArg
calloc
(MemoryStack stack) Returns a newIOURingGeteventsArg
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static IOURingGeteventsArg
create()
Returns a newIOURingGeteventsArg
instance allocated withBufferUtils
.static IOURingGeteventsArg.Buffer
create
(int capacity) Returns a newIOURingGeteventsArg.Buffer
instance allocated withBufferUtils
.static IOURingGeteventsArg
create
(long address) Returns a newIOURingGeteventsArg
instance for the specified memory address.static IOURingGeteventsArg.Buffer
create
(long address, int capacity) Create aIOURingGeteventsArg.Buffer
instance at the specified memory.static @Nullable IOURingGeteventsArg
createSafe
(long address) static @Nullable IOURingGeteventsArg.Buffer
createSafe
(long address, int capacity) static IOURingGeteventsArg
malloc()
Returns a newIOURingGeteventsArg
instance allocated withmemAlloc
.static IOURingGeteventsArg.Buffer
malloc
(int capacity) Returns a newIOURingGeteventsArg.Buffer
instance allocated withmemAlloc
.static IOURingGeteventsArg.Buffer
malloc
(int capacity, MemoryStack stack) Returns a newIOURingGeteventsArg.Buffer
instance allocated on the specifiedMemoryStack
.static IOURingGeteventsArg
malloc
(MemoryStack stack) Returns a newIOURingGeteventsArg
instance allocated on the specifiedMemoryStack
.int
min_wait_usec
(int value) Sets the specified value to themin_wait_usec
field.static int
nmin_wait_usec
(long struct) Unsafe version ofmin_wait_usec()
.static void
nmin_wait_usec
(long struct, int value) Unsafe version ofmin_wait_usec
.static long
nsigmask
(long struct) Unsafe version ofsigmask()
.static void
nsigmask
(long struct, long value) Unsafe version ofsigmask
.static int
nsigmask_sz
(long struct) Unsafe version ofsigmask_sz()
.static void
nsigmask_sz
(long struct, int value) Unsafe version ofsigmask_sz
.static long
nts
(long struct) Unsafe version ofts()
.static void
nts
(long struct, long value) Unsafe version ofts
.set
(long sigmask, int sigmask_sz, int min_wait_usec, long ts) Initializes this struct with the specified values.set
(IOURingGeteventsArg src) Copies the specified struct data to this struct.long
sigmask()
sigmask
(long value) Sets the specified value to thesigmask
field.int
sigmask_sz
(int value) Sets the specified value to thesigmask_sz
field.int
sizeof()
Returnssizeof(struct)
.long
ts()
ts
(long value) Sets the specified value to thets
field.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
SIGMASK
public static final int SIGMASKThe struct member offsets. -
SIGMASK_SZ
public static final int SIGMASK_SZThe struct member offsets. -
MIN_WAIT_USEC
public static final int MIN_WAIT_USECThe struct member offsets. -
TS
public static final int TSThe struct member offsets.
-
-
Constructor Details
-
IOURingGeteventsArg
Creates aIOURingGeteventsArg
instance at the current position of the specifiedByteBuffer
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
-
sizeof
public int sizeof()Description copied from class:Struct
Returnssizeof(struct)
.- Specified by:
sizeof
in classStruct<IOURingGeteventsArg>
-
sigmask
public long sigmask()- Returns:
- the value of the
sigmask
field.
-
sigmask_sz
public int sigmask_sz()- Returns:
- the value of the
sigmask_sz
field.
-
min_wait_usec
public int min_wait_usec()- Returns:
- the value of the
min_wait_usec
field.
-
ts
public long ts()- Returns:
- the value of the
ts
field.
-
sigmask
Sets the specified value to thesigmask
field. -
sigmask_sz
Sets the specified value to thesigmask_sz
field. -
min_wait_usec
Sets the specified value to themin_wait_usec
field. -
ts
Sets the specified value to thets
field. -
set
Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
Returns a newIOURingGeteventsArg
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newIOURingGeteventsArg
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newIOURingGeteventsArg
instance allocated withBufferUtils
. -
create
Returns a newIOURingGeteventsArg
instance for the specified memory address. -
createSafe
-
malloc
Returns a newIOURingGeteventsArg.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newIOURingGeteventsArg.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newIOURingGeteventsArg.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aIOURingGeteventsArg.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
malloc
Returns a newIOURingGeteventsArg
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newIOURingGeteventsArg
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newIOURingGeteventsArg.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newIOURingGeteventsArg.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
nsigmask
public static long nsigmask(long struct) Unsafe version ofsigmask()
. -
nsigmask_sz
public static int nsigmask_sz(long struct) Unsafe version ofsigmask_sz()
. -
nmin_wait_usec
public static int nmin_wait_usec(long struct) Unsafe version ofmin_wait_usec()
. -
nts
public static long nts(long struct) Unsafe version ofts()
. -
nsigmask
public static void nsigmask(long struct, long value) Unsafe version ofsigmask
. -
nsigmask_sz
public static void nsigmask_sz(long struct, int value) Unsafe version ofsigmask_sz
. -
nmin_wait_usec
public static void nmin_wait_usec(long struct, int value) Unsafe version ofmin_wait_usec
. -
nts
public static void nts(long struct, long value) Unsafe version ofts
.
-