Searched refs:sa_flags (Results 1 - 13 of 13) sorted by relevance

/xnu-2782.1.97/tools/tests/libMicro/
H A Dsigaction.c72 ts->ts_act.sa_flags = 0;
H A Dsignal.c68 act.sa_flags = 0;
/xnu-2782.1.97/bsd/sys/
H A Dsignal.h377 int sa_flags; /* see signal options below */ member in struct:__sigaction
386 int sa_flags; /* see signal options below */ member in struct:sigaction
400 int sa_flags; /* see signal options below */ member in struct:user32_sigaction
407 int sa_flags; /* see signal options below */ member in struct:__user32_sigaction
418 int sa_flags; /* see signal options below */ member in struct:user64_sigaction
425 int sa_flags; /* see signal options below */ member in struct:__user64_sigaction
436 int sa_flags; /* see signal options below */ member in struct:kern_sigaction
443 int sa_flags; /* see signal options below */ member in struct:__kern_sigaction
/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_catch.c194 sa.sa_flags = 0;
H A Dlmbench_lat_sig_install.c215 sa.sa_flags = 0;
H A Dlmbench_lat_sig_prot.c242 sa.sa_flags = 0;
/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c237 out->sa_flags = in->sa_flags;
245 out->sa_flags = in->sa_flags;
254 out->sa_flags = in->sa_flags;
263 out->sa_flags = in->sa_flags;
385 sa->sa_flags = 0;
387 sa->sa_flags |
[all...]
H A Dkern_exec.c2339 vec.sa_flags = 0;
/xnu-2782.1.97/tools/tests/xnu_quick_test/helpers/
H A Ddata_exec.c107 sigact.sa_flags = SA_ONSTACK;
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmemory_tests.c271 my_sa.sa_flags = SA_SIGINFO | SA_RESETHAND;
H A Dpipes_tests.c179 alarm_act.sa_flags = 0;
272 _act.sa_flags = 0; \
H A Dtests.c2547 my_sigaction.sa_flags = SA_RESTART;
2637 my_sigaction.sa_flags = SA_RESTART;
/xnu-2782.1.97/tools/tests/superpages/
H A Dtestsp.c649 my_sigaction.sa_flags = SA_RESTART;

Completed in 115 milliseconds