_lwp_makecontext
void _lwp_makecontext(ucontext_t *, void (*)(void *), void *, void *,
_lwp_makecontext(&uc, start_routine, arg, priv, stack_base, stack_size);
_lwp_makecontext(&d->context, func, d, NULL, d->stack_base,
_lwp_makecontext(&lwp_data.context, func,
_lwp_makecontext(&uc, lwp_main_func, NULL, NULL, stack, ssize);
_lwp_makecontext(&uc, lwp_main_func, NULL, NULL, stack, ssize);