Home
last modified time | relevance | path

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

123456789

/third_party/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()
/third_party/ltp/testcases/kernel/syscalls/rt_sigaction/
Drt_sigaction02.c58 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO,
59 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
Drt_sigaction01.c60 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO,
61 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
Drt_sigaction03.c58 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO,
59 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
/third_party/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
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
D10-1.c120 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
126 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D3-1.c120 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
126 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D14-1.c131 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
137 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D7-1.c125 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
131 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D4-1.c128 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
134 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D15-1.c125 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
131 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
D2-1.c120 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
126 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
D4-1.c129 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
135 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D16-1-buildonly.c14 static int dummy8 = SA_SIGINFO;
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D6-14.c35 act.sa_flags = SA_SIGINFO; in main()
D6-8.c35 act.sa_flags = SA_SIGINFO; in main()
D6-26.c35 act.sa_flags = SA_SIGINFO; in main()
D6-24.c35 act.sa_flags = SA_SIGINFO; in main()
D6-15.c35 act.sa_flags = SA_SIGINFO; in main()
D6-6.c35 act.sa_flags = SA_SIGINFO; in main()
D6-1.c35 act.sa_flags = SA_SIGINFO; in main()
D6-16.c35 act.sa_flags = SA_SIGINFO; in main()
D6-13.c35 act.sa_flags = SA_SIGINFO; in main()
D6-21.c35 act.sa_flags = SA_SIGINFO; in main()

123456789