Package | Description |
---|---|
org.bytedeco.systems.global | |
org.bytedeco.systems.linux |
Modifier and Type | Method and Description |
---|---|
static int |
linux.getcontext(ucontext_t __ucp) |
static void |
linux.makecontext(ucontext_t __ucp,
__func __func,
int __argc) |
static int |
linux.setcontext(ucontext_t __ucp) |
static int |
linux.swapcontext(ucontext_t __oucp,
ucontext_t __ucp) |
Modifier and Type | Method and Description |
---|---|
ucontext_t |
ucontext_t.__fpregs_mem(Pointer setter) |
ucontext_t |
ucontext_t.position(long position) |
ucontext_t |
ucontext_t.uc_flags(long setter) |
ucontext_t |
ucontext_t.uc_link() |
ucontext_t |
ucontext_t.uc_link(ucontext_t setter) |
ucontext_t |
ucontext_t.uc_mcontext(mcontext_t setter) |
ucontext_t |
ucontext_t.uc_sigmask(sigset_t setter) |
ucontext_t |
ucontext_t.uc_stack(stack_t setter) |
Modifier and Type | Method and Description |
---|---|
ucontext_t |
ucontext_t.uc_link(ucontext_t setter) |
Copyright © 2020. All rights reserved.