Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dunrecoverable_trap_test.c88 .sa_flags = SA_SIGINFO
132 .sa_flags = SA_SIGINFO
219 .sa_flags = SA_SIGINFO
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.c243 …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-12377.1.9/bsd/sys/
H A Dsignal.h471 #define SA_SIGINFO 0x0040 /* signal handler with SA_SIGINFO args */ macro
484 …SK (SA_ONSTACK | SA_RESTART | SA_RESETHAND | SA_NOCLDSTOP | SA_NODEFER | SA_NOCLDWAIT | SA_SIGINFO)
550 #define SV_SIGINFO SA_SIGINFO
/xnu-12377.1.9/tests/sched/
H A Dsetitimer.c246 .sa_flags = SA_SIGINFO,
/xnu-12377.1.9/bsd/kern/
H A Dkern_sig.c476 if ((__vec.sa_flags & SA_SIGINFO) || __vec.sa_handler != SIG_DFL) { in sigaction()
499 sa->sa_flags |= SA_SIGINFO; in sigaction()
650 if (sa->sa_flags & SA_SIGINFO) { in setsigvec()