CACAO
Functions
ucontext.c File Reference

Go to the source code of this file.

Functions

int getcontext (ucontext_t *ucp)
 
int setcontext (const ucontext_t *ucp)
 
int makecontext (ucontext_t *ucp, void(*func)(), int argc,...)
 
int swapcontext (ucontext_t *oucp, const ucontext_t *ucp)
 

Function Documentation

int getcontext ( ucontext_t ucp)

Definition at line 18 of file ucontext.c.

int makecontext ( ucontext_t ucp,
void(*)()  func,
int  argc,
  ... 
)

Definition at line 39 of file ucontext.c.

int setcontext ( const ucontext_t ucp)

Definition at line 29 of file ucontext.c.

int swapcontext ( ucontext_t oucp,
const ucontext_t ucp 
)

Definition at line 75 of file ucontext.c.