@Properties(inherit=linux.class) public class ucontext_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ucontext_t()
Default native constructor.
|
ucontext_t(long size)
Native array allocator.
|
ucontext_t(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Pointer |
__fpregs_mem() |
ucontext_t |
__fpregs_mem(Pointer setter) |
ucontext_t |
position(long position) |
long |
uc_flags() |
ucontext_t |
uc_flags(long setter) |
ucontext_t |
uc_link() |
ucontext_t |
uc_link(ucontext_t setter) |
mcontext_t |
uc_mcontext() |
ucontext_t |
uc_mcontext(mcontext_t setter) |
sigset_t |
uc_sigmask() |
ucontext_t |
uc_sigmask(sigset_t setter) |
stack_t |
uc_stack() |
ucontext_t |
uc_stack(stack_t 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, zeropublic ucontext_t()
public ucontext_t(long size)
Pointer.position(long).public ucontext_t(Pointer p)
Pointer.Pointer(Pointer).public ucontext_t position(long position)
public ucontext_t uc_flags(long setter)
public ucontext_t uc_link()
public ucontext_t uc_link(ucontext_t setter)
public ucontext_t uc_stack(stack_t setter)
@ByRef public mcontext_t uc_mcontext()
public ucontext_t uc_mcontext(mcontext_t setter)
public ucontext_t uc_sigmask(sigset_t setter)
public ucontext_t __fpregs_mem(Pointer setter)
Copyright © 2020. All rights reserved.