Lines Matching refs:setcontext
30 * setcontext() really can return, if UC_CPU is not specified.
221 (void) setcontext(ucp);
222 thr_panic("call_user_handler(): setcontext() returned");
353 * the setcontext() wrapper. We don't want to change the
502 * setcontext() has code that forcibly restores the curthread
503 * pointer in a context passed to the setcontext(2) syscall.
520 #pragma weak _setcontext = setcontext
522 setcontext(const ucontext_t *ucp)
530 * the thread to exit. See setcontext(2) and makecontext(3C).
584 * It is OK for setcontext() to return if the user has not specified
588 thr_panic("setcontext(): __setcontext() returned");