Searched refs:contextp (Results 1 – 1 of 1) sorted by relevance
123 ucontext_t *contextp; in main() local130 contextp = (ucontext_t *)malloc(sizeof(ucontext_t)); in main()132 sigprocmask(SIG_SETMASK, NULL, &contextp->uc_sigmask); in main()133 _lwp_makecontext(contextp, child, NULL, NULL, in main()135 error = _lwp_create(contextp, 0, &l); in main()