Lines Matching refs:ucontext_t
68 static void handle_signal(struct sigaction *, int, siginfo_t *, ucontext_t *);
71 static void check_cancel(struct pthread *curthread, ucontext_t *ucp);
77 int _setcontext(const ucontext_t *);
78 int _swapcontext(ucontext_t *, const ucontext_t *);
188 sigcancel_handler(int sig __unused, siginfo_t *info __unused, ucontext_t *ucp) in sigcancel_handler()
211 ucontext_t *ucp; in thr_sighandler()
246 handle_signal(struct sigaction *actp, int sig, siginfo_t *info, ucontext_t *ucp) in handle_signal()
328 check_cancel(struct pthread *curthread, ucontext_t *ucp) in check_cancel()
377 ucontext_t *uc; in check_deferred_signal()
784 __thr_setcontext(const ucontext_t *ucp) in __thr_setcontext()
786 ucontext_t uc; in __thr_setcontext()
800 __thr_swapcontext(ucontext_t *oucp, const ucontext_t *ucp) in __thr_swapcontext()
802 ucontext_t uc; in __thr_swapcontext()