tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
mcontext_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
mcontext_t
struct
mcontext_t
version(linux && !X86_64 && X86)
extern (
C
)
struct
mcontext_t {
gregset_t
gregs
;
fpregset_t
fpregs
;
c_ulong
oldmask
;
c_ulong
cr2
;
}
struct
mcontext_t
struct
mcontext_t
struct
mcontext_t
Members
Variables
cr2
c_ulong
cr2
;
Undocumented in source.
fpregs
fpregset_t
fpregs
;
Undocumented in source.
gregs
gregset_t
gregs
;
Undocumented in source.
oldmask
c_ulong
oldmask
;
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