Searched refs:sa_handler (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dsigaction.c71 ts->ts_act.sa_handler = nop;
H A Dsignal.c67 act.sa_handler = nop;
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_catch.c192 sa.sa_handler = handler;
H A Dlmbench_lat_sig_install.c213 sa.sa_handler = handler;
H A Dlmbench_lat_sig_prot.c240 sa.sa_handler = prot;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/helpers/
H A Ddata_exec.c106 sigact.sa_handler = catch_segv;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c175 alarm_act.sa_handler = alarm_handler;
268 _act.sa_handler = expected_signal_handler; \
H A Dtests.c2554 my_sigaction.sa_handler = test_signal_handler;
2644 my_sigaction.sa_handler = test_alarm_handler;
/darwin-on-arm/xnu/bsd/sys/
H A Dsignal.h470 /* if SA_SIGINFO is set, sa_sigaction is to be used instead of sa_handler. */
471 #define sa_handler __sigaction_u.__sa_handler macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c381 sa->sa_handler = ps->ps_sigact[signum];
577 sa->sa_handler != SIG_DFL)
583 ps->ps_sigact[signum] = sa->sa_handler;
619 if ((sa->sa_flags & SA_NOCLDWAIT) || (sa->sa_handler == SIG_IGN))
631 if (sa->sa_handler == SIG_IGN ||
632 (sigprop[signum] & SA_IGNORE && sa->sa_handler == SIG_DFL)) {
640 if (sa->sa_handler == SIG_DFL)
H A Dkern_exec.c2015 vec.sa_handler = SIG_DFL;
/darwin-on-arm/xnu/tools/tests/superpages/
H A Dtestsp.c648 my_sigaction.sa_handler = test_signal_handler;

Completed in 45 milliseconds