struct ucontext_t * uc_link
Definition ucontext.h:47
struct mcontext_t uc_mcontext
Definition ucontext.h:46
int makecontext(struct ucontext_t *ucp, void(*func)(void *), void *arg)
int setcontext(const struct ucontext_t *ucp)
int swapcontext(struct ucontext_t *oucp, const struct ucontext_t *ucp)
int getcontext(struct ucontext_t *ucp)