WISP ERT (Client)  1.0.0
The WISP Extended Runtime (WISP side)
ucontext.c File Reference
#include <stdarg.h>
#include <ucontext.h>

Functions

void makecontext (ucontext_t *ctx, void(*func)(), int argc,...)
 Make user context. More...
 
int swapcontext (ucontext_t *octx, const ucontext_t *ctx)
 Swap user context. More...
 

Function Documentation

◆ makecontext()

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

Make user context.

◆ swapcontext()

int swapcontext ( ucontext_t octx,
const ucontext_t ctx 
)

Swap user context.