tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
ucontext_t
tango
stdc
posix
ucontext
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
ucontext_t
struct
ucontext_t
version(linux && !X86_64 && X86)
extern (
C
)
struct
ucontext_t {
c_ulong
uc_flags
;
ucontext_t
*
uc_link
;
stack_t
uc_stack
;
mcontext_t
uc_mcontext
;
sigset_t
uc_sigmask
;
_libc_fpstate
__fpregs_mem
;
}
struct
ucontext_t
struct
ucontext_t
struct
ucontext_t
Members
Variables
__fpregs_mem
_libc_fpstate
__fpregs_mem
;
Undocumented in source.
uc_flags
c_ulong
uc_flags
;
Undocumented in source.
uc_link
ucontext_t
*
uc_link
;
Undocumented in source.
uc_mcontext
mcontext_t
uc_mcontext
;
Undocumented in source.
uc_sigmask
sigset_t
uc_sigmask
;
Undocumented in source.
uc_stack
stack_t
uc_stack
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
ucontext
aliases
__register_t
c_int
greg_t
gregset_t
sigset_t
upad128_t
enums
_MC_FPFMT_NODEV
functions
getcontext
makecontext
setcontext
swapcontext
structs
fpregset_t
mcontext_t
stack_t
ucontext_t
variables
NGREG