Home
last modified time | relevance | path

Searched refs:SA_SIGINFO (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.121.3/tests/ !
H A Dsigchld_return.c35 act.sa_flags = SA_SIGINFO;
112 act.sa_flags = SA_SIGINFO;
H A Dpipe_drain.c72 .sa_flags = SA_SIGINFO
H A Duser_msrs.c259 …on sa_old, sa_new = {.__sigaction_u = { .__sa_sigaction = sig_caught, }, .sa_flags = SA_SIGINFO, };
H A Dmach_exception_reply.c339 .sa_flags = SA_SIGINFO in handle_signals()
H A Dldt.c613 .sa_flags = SA_SIGINFO in setup_signal_handling()
/xnu-8020.121.3/bsd/sys/ !
H A Dsignal.h470 #define SA_SIGINFO 0x0040 /* signal handler with SA_SIGINFO args */ macro
483 …SK (SA_ONSTACK | SA_RESTART | SA_RESETHAND | SA_NOCLDSTOP | SA_NODEFER | SA_NOCLDWAIT | SA_SIGINFO)
549 #define SV_SIGINFO SA_SIGINFO
/xnu-8020.121.3/bsd/kern/ !
H A Dkern_sig.c460 if ((__vec.sa_flags & SA_SIGINFO) || __vec.sa_handler != SIG_DFL) { in sigaction()
483 sa->sa_flags |= SA_SIGINFO; in sigaction()
634 if (sa->sa_flags & SA_SIGINFO) { in setsigvec()