|
Nugget
|
#include <stdint.h>

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) |
| int getcontext | ( | struct ucontext_t * | ucp | ) |
| int setcontext | ( | const struct ucontext_t * | ucp | ) |
| int swapcontext | ( | struct ucontext_t * | oucp, |
| const struct ucontext_t * | ucp | ||
| ) |