swapcontext - swap user context
#include <ucontext.h> int swapcontext(ucontext_t *oucp, const ucontext_t *ucp);
Refer to makecontext().