Home
last modified time | relevance | path

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

12345678910

/external/ltp/testcases/kernel/syscalls/sigaction/
Dsigaction01.c124 if (!(oact.sa_flags & SA_SIGINFO)) { in handler()
232 int test_flags[] = { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, in main()
233 SA_RESETHAND | SA_SIGINFO, SA_RESETHAND | SA_SIGINFO in main()
/external/ltp/testcases/kernel/syscalls/rt_sigaction/
Drt_sigaction02.c57 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO,
58 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
Drt_sigaction01.c59 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO,
60 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
Drt_sigaction03.c57 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO,
58 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
/external/compiler-rt/test/asan/TestCases/Posix/
Dallow_user_segv.cc25 if (original_sigaction.sa_flags | SA_SIGINFO) in User_OnSIGSEGV()
39 user_sigaction.sa_flags = SA_SIGINFO; in InstallHandler()
/external/strace/xlat/
Dsigact_flags.h49 #if defined(SA_SIGINFO) || (defined(HAVE_DECL_SA_SIGINFO) && HAVE_DECL_SA_SIGINFO)
50 XLAT(SA_SIGINFO),
Dsigact_flags.in13 SA_SIGINFO
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_19-1.in20 * If SA_SIGINFO is set in sa_flags and Real Time Signals extension is supported,
25 * -> register a handler for %%MYSIG%% with SA_SIGINFO, and a known function
76 sa.sa_flags = SA_SIGINFO;
Dtemplate_18-1.in20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
24 * -> register a handler for %%MYSIG%% without SA_SIGINFO, and a known function
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
Dwild_bctr.c128 .sa_flags = SA_SIGINFO in test_wild_bctr()
132 .sa_flags = SA_SIGINFO in test_wild_bctr()
Dsubpage_prot.c153 .sa_flags = SA_SIGINFO in test_anon()
189 .sa_flags = SA_SIGINFO in test_file()
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-trap.c260 trap_sa.sa_flags = SA_SIGINFO; in tm_trap_test()
266 usr1_sa.sa_flags = SA_SIGINFO; in tm_trap_test()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
D10-1.c116 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
122 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D3-1.c116 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
122 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D15-1.c120 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
126 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D7-1.c120 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
126 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D4-1.c123 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
129 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D2-1.c115 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
121 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D14-1.c126 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
132 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
D4-1.c127 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
133 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D16-1-buildonly.c14 int dummy8 = SA_SIGINFO;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D6-8.c33 act.sa_flags = SA_SIGINFO; in main()
D6-18.c33 act.sa_flags = SA_SIGINFO; in main()
D6-17.c33 act.sa_flags = SA_SIGINFO; in main()
D6-15.c33 act.sa_flags = SA_SIGINFO; in main()

12345678910