|
WISP ERT (Client)
1.0.0
The WISP Extended Runtime (WISP side)
|
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... | |
| void makecontext | ( | ucontext_t * | ctx, |
| void(*)() | func, | ||
| int | argc, | ||
| ... | |||
| ) |
Make user context.
| int swapcontext | ( | ucontext_t * | octx, |
| const ucontext_t * | ctx | ||
| ) |
Swap user context.