Package org.lwjgl.system.linux.liburing
Class IOURingGeteventsArg
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.system.linux.liburing.IOURingGeteventsArg
-
- All Implemented Interfaces:
java.lang.AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class IOURingGeteventsArg extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResourceLayout
struct io_uring_getevents_arg { __u64 sigmask; __u32 sigmask_sz; __u32 pad; __u64 ts; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIOURingGeteventsArg.BufferAn array ofIOURingGeteventsArgstructs.
-
Constructor Summary
Constructors Constructor Description IOURingGeteventsArg(java.nio.ByteBuffer container)Creates aIOURingGeteventsArginstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IOURingGeteventsArgcalloc()Returns a newIOURingGeteventsArginstance allocated withmemCalloc.static IOURingGeteventsArg.Buffercalloc(int capacity)Returns a newIOURingGeteventsArg.Bufferinstance allocated withmemCalloc.static IOURingGeteventsArg.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack)Returns a newIOURingGeteventsArg.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static IOURingGeteventsArgcalloc(org.lwjgl.system.MemoryStack stack)Returns a newIOURingGeteventsArginstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static IOURingGeteventsArgcreate()Returns a newIOURingGeteventsArginstance allocated withBufferUtils.static IOURingGeteventsArg.Buffercreate(int capacity)Returns a newIOURingGeteventsArg.Bufferinstance allocated withBufferUtils.static IOURingGeteventsArgcreate(long address)Returns a newIOURingGeteventsArginstance for the specified memory address.static IOURingGeteventsArg.Buffercreate(long address, int capacity)Create aIOURingGeteventsArg.Bufferinstance at the specified memory.static IOURingGeteventsArgcreateSafe(long address)static IOURingGeteventsArg.BuffercreateSafe(long address, int capacity)static IOURingGeteventsArgmalloc()Returns a newIOURingGeteventsArginstance allocated withmemAlloc.static IOURingGeteventsArg.Buffermalloc(int capacity)Returns a newIOURingGeteventsArg.Bufferinstance allocated withmemAlloc.static IOURingGeteventsArg.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack)Returns a newIOURingGeteventsArg.Bufferinstance allocated on the specifiedMemoryStack.static IOURingGeteventsArgmalloc(org.lwjgl.system.MemoryStack stack)Returns a newIOURingGeteventsArginstance allocated on the specifiedMemoryStack.static intnpad(long struct)Unsafe version ofpad().static voidnpad(long struct, int value)Unsafe version ofpad.static longnsigmask(long struct)Unsafe version ofsigmask().static voidnsigmask(long struct, long value)Unsafe version ofsigmask.static intnsigmask_sz(long struct)Unsafe version ofsigmask_sz().static voidnsigmask_sz(long struct, int value)Unsafe version ofsigmask_sz.static longnts(long struct)Unsafe version ofts().static voidnts(long struct, long value)Unsafe version ofts.intpad()IOURingGeteventsArgpad(int value)Sets the specified value to thepadfield.IOURingGeteventsArgset(long sigmask, int sigmask_sz, int pad, long ts)Initializes this struct with the specified values.IOURingGeteventsArgset(IOURingGeteventsArg src)Copies the specified struct data to this struct.longsigmask()IOURingGeteventsArgsigmask(long value)Sets the specified value to thesigmaskfield.intsigmask_sz()IOURingGeteventsArgsigmask_sz(int value)Sets the specified value to thesigmask_szfield.intsizeof()longts()IOURingGeteventsArgts(long value)Sets the specified value to thetsfield.
-
-
-
Constructor Detail
-
IOURingGeteventsArg
public IOURingGeteventsArg(java.nio.ByteBuffer container)
Creates aIOURingGeteventsArginstance at the current position of the specifiedByteBuffercontainer. 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 Detail
-
sizeof
public int sizeof()
- Specified by:
sizeofin classorg.lwjgl.system.Struct
-
sigmask
public long sigmask()
- Returns:
- the value of the
sigmaskfield.
-
sigmask_sz
public int sigmask_sz()
- Returns:
- the value of the
sigmask_szfield.
-
pad
public int pad()
- Returns:
- the value of the
padfield.
-
ts
public long ts()
- Returns:
- the value of the
tsfield.
-
sigmask
public IOURingGeteventsArg sigmask(long value)
Sets the specified value to thesigmaskfield.
-
sigmask_sz
public IOURingGeteventsArg sigmask_sz(int value)
Sets the specified value to thesigmask_szfield.
-
pad
public IOURingGeteventsArg pad(int value)
Sets the specified value to thepadfield.
-
ts
public IOURingGeteventsArg ts(long value)
Sets the specified value to thetsfield.
-
set
public IOURingGeteventsArg set(long sigmask, int sigmask_sz, int pad, long ts)
Initializes this struct with the specified values.
-
set
public IOURingGeteventsArg set(IOURingGeteventsArg src)
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
public static IOURingGeteventsArg malloc()
Returns a newIOURingGeteventsArginstance allocated withmemAlloc. The instance must be explicitly freed.
-
calloc
public static IOURingGeteventsArg calloc()
Returns a newIOURingGeteventsArginstance allocated withmemCalloc. The instance must be explicitly freed.
-
create
public static IOURingGeteventsArg create()
Returns a newIOURingGeteventsArginstance allocated withBufferUtils.
-
create
public static IOURingGeteventsArg create(long address)
Returns a newIOURingGeteventsArginstance for the specified memory address.
-
createSafe
@Nullable public static IOURingGeteventsArg createSafe(long address)
-
malloc
public static IOURingGeteventsArg.Buffer malloc(int capacity)
Returns a newIOURingGeteventsArg.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
public static IOURingGeteventsArg.Buffer calloc(int capacity)
Returns a newIOURingGeteventsArg.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
public static IOURingGeteventsArg.Buffer create(int capacity)
Returns a newIOURingGeteventsArg.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static IOURingGeteventsArg.Buffer create(long address, int capacity)
Create aIOURingGeteventsArg.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
@Nullable public static IOURingGeteventsArg.Buffer createSafe(long address, int capacity)
-
malloc
public static IOURingGeteventsArg malloc(org.lwjgl.system.MemoryStack stack)
Returns a newIOURingGeteventsArginstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
public static IOURingGeteventsArg calloc(org.lwjgl.system.MemoryStack stack)
Returns a newIOURingGeteventsArginstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
public static IOURingGeteventsArg.Buffer malloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newIOURingGeteventsArg.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
calloc
public static IOURingGeteventsArg.Buffer calloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newIOURingGeteventsArg.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
nsigmask
public static long nsigmask(long struct)
Unsafe version ofsigmask().
-
nsigmask_sz
public static int nsigmask_sz(long struct)
Unsafe version ofsigmask_sz().
-
npad
public static int npad(long struct)
Unsafe version ofpad().
-
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.
-
npad
public static void npad(long struct, int value)Unsafe version ofpad.
-
nts
public static void nts(long struct, long value)Unsafe version ofts.
-
-