tango.stdc.posix.ucontext

D header file for POSIX.

Public Imports

tango.stdc.posix.signal
public import tango.stdc.posix.signal;
Undocumented in source.

Members

Aliases

__register_t
alias __register_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_int
alias c_int = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
greg_t
alias greg_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
greg_t
alias greg_t = c_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gregset_t
alias gregset_t = greg_t[NGREG]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sigset_t
alias sigset_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sigset_t
alias sigset_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
upad128_t
alias upad128_t = uint[4]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_MC_FPFMT_NODEV
anonymousenum _MC_FPFMT_NODEV
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

getcontext
int getcontext(ucontext_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
makecontext
void makecontext(ucontext_t* , void function() , int , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setcontext
int setcontext(ucontext_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
swapcontext
int swapcontext(ucontext_t* , ucontext_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

fpregset_t
struct fpregset_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fpregset_t
struct fpregset_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mcontext_t
struct mcontext_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mcontext_t
struct mcontext_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mcontext_t
struct mcontext_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mcontext_t
struct mcontext_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mcontext_t
struct mcontext_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stack_t
struct stack_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stack_t
struct stack_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ucontext_t
struct ucontext_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ucontext_t
struct ucontext_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ucontext_t
struct ucontext_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ucontext_t
struct ucontext_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ucontext_t
struct ucontext_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

NGREG
auto NGREG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NGREG
auto NGREG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition

Authors

Sean Kelly