Lines Matching refs:siginfo_t
67 static void thr_sighandler(int, siginfo_t *, void *);
68 static void handle_signal(struct sigaction *, int, siginfo_t *, ucontext_t *);
73 int _sigtimedwait(const sigset_t *set, siginfo_t *info,
75 int _sigwaitinfo(const sigset_t *set, siginfo_t *info);
188 sigcancel_handler(int sig __unused, siginfo_t *info __unused, ucontext_t *ucp) in sigcancel_handler()
208 thr_sighandler(int sig, siginfo_t *info, void *_ucp) in thr_sighandler()
235 memcpy(&curthread->deferred_siginfo, info, sizeof(siginfo_t)); in thr_sighandler()
246 handle_signal(struct sigaction *actp, int sig, siginfo_t *info, ucontext_t *ucp) in handle_signal()
379 siginfo_t info; in check_deferred_signal()
397 memcpy(&info, &curthread->deferred_siginfo, sizeof(siginfo_t)); in check_deferred_signal()
700 _sigtimedwait(const sigset_t *set, siginfo_t *info, in _sigtimedwait()
715 __thr_sigtimedwait(const sigset_t *set, siginfo_t *info, in __thr_sigtimedwait()
730 _sigwaitinfo(const sigset_t *set, siginfo_t *info) in _sigwaitinfo()
743 __thr_sigwaitinfo(const sigset_t *set, siginfo_t *info) in __thr_sigwaitinfo()