@Properties(inherit=linux.class) public class sigevent_t extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
sigevent_t._function_sigval |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
sigevent_t()
Default native constructor.
|
sigevent_t(long size)
Native array allocator.
|
sigevent_t(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
IntPointer |
_sigev_un__pad() |
int |
_sigev_un__pad(int i) |
sigevent_t |
_sigev_un__pad(int i,
int setter) |
Pointer |
_sigev_un__sigev_thread__attribute() |
sigevent_t |
_sigev_un__sigev_thread__attribute(Pointer setter) |
sigevent_t._function_sigval |
_sigev_un__sigev_thread__function() |
sigevent_t |
_sigev_un__sigev_thread__function(sigevent_t._function_sigval setter) |
int |
_sigev_un__tid() |
sigevent_t |
_sigev_un__tid(int setter) |
sigevent_t |
position(long position) |
int |
sigev_notify() |
sigevent_t |
sigev_notify(int setter) |
int |
sigev_signo() |
sigevent_t |
sigev_signo(int setter) |
sigval |
sigev_value() |
sigevent_t |
sigev_value(sigval setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public sigevent_t()
public sigevent_t(long size)
Pointer.position(long)
.public sigevent_t(Pointer p)
Pointer.Pointer(Pointer)
.public sigevent_t position(long position)
public sigevent_t sigev_value(sigval setter)
public int sigev_signo()
public sigevent_t sigev_signo(int setter)
public int sigev_notify()
public sigevent_t sigev_notify(int setter)
public sigevent_t _sigev_un__pad(int i, int setter)
@Name(value="_sigev_un._pad") @MemberGetter @Cast(value="int*") public IntPointer _sigev_un__pad()
public sigevent_t _sigev_un__tid(int setter)
@Name(value="_sigev_un._sigev_thread._function") public sigevent_t._function_sigval _sigev_un__sigev_thread__function()
public sigevent_t _sigev_un__sigev_thread__function(sigevent_t._function_sigval setter)
@Name(value="_sigev_un._sigev_thread._attribute") public Pointer _sigev_un__sigev_thread__attribute()
public sigevent_t _sigev_un__sigev_thread__attribute(Pointer setter)
Copyright © 2020. All rights reserved.