Searched defs:setcontext (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c30 * 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) function
530 * the thread to exit. See setcontext(2) and makecontext(3C).
584 * It is OK for setcontext() t
[all...]
/illumos-gate/usr/src/man/man2/
H A DMakefile239 setcontext.2 \
319 setcontext.2 := LINKSRC = getcontext.2

Completed in 58 milliseconds