Nugget
Loading...
Searching...
No Matches
Classes | Functions
ucontext.h File Reference
#include <stdint.h>
Include dependency graph for ucontext.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  stack_t
 
struct  mcontext_t
 
struct  ucontext_t
 

Functions

int getcontext (struct ucontext_t *ucp)
 
int setcontext (const struct ucontext_t *ucp)
 
int makecontext (struct ucontext_t *ucp, void(*func)(void *), void *arg)
 
int swapcontext (struct ucontext_t *oucp, const struct ucontext_t *ucp)
 

Function Documentation

◆ getcontext()

int getcontext ( struct ucontext_t ucp)

◆ makecontext()

int makecontext ( struct ucontext_t ucp,
void(*)(void *)  func,
void arg 
)

◆ setcontext()

int setcontext ( const struct ucontext_t ucp)

◆ swapcontext()

int swapcontext ( struct ucontext_t oucp,
const struct ucontext_t ucp 
)