Home
last modified time | relevance | path

Searched refs:SA_SIGINFO (Results 1 - 25 of 232) sorted by relevance

12345678910

/third_party/ltp/testcases/kernel/syscalls/sigaction/
H A Dsigaction01.c36 * 1) Set SA_RESETHAND and SA_SIGINFO. When the handler runs,
37 * SA_SIGINFO should be set.
120 * SA_RESETHAND and SA_SIGINFO were set. SA_SIGINFO should in handler()
121 * be clear in Linux. In Linux kernel, SA_SIGINFO is not in handler()
124 if (!(oact.sa_flags & SA_SIGINFO)) { in handler()
126 "cause SA_SIGINFO to be cleared, but it was."); in handler()
134 "cause SA_SIGINFO to be cleared"); in handler()
232 int test_flags[] = { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, in main()
233 SA_RESETHAND | SA_SIGINFO, SA_RESETHAN in main()
[all...]
/third_party/ltp/testcases/kernel/syscalls/rt_sigaction/
H A Drt_sigaction02.c58 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO,
59 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
61 { "SA_RESETHAND|SA_SIGINFO", "SA_RESETHAND", "SA_RESETHAND|SA_SIGINFO",
62 "SA_RESETHAND|SA_SIGINFO", "SA_NOMASK" };
H A Drt_sigaction03.c58 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO,
59 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
61 { "SA_RESETHAND|SA_SIGINFO", "SA_RESETHAND", "SA_RESETHAND|SA_SIGINFO",
62 "SA_RESETHAND|SA_SIGINFO", "SA_NOMASK" };
H A Drt_sigaction01.c60 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO,
61 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
63 { "SA_RESETHAND|SA_SIGINFO", "SA_RESETHAND", "SA_RESETHAND|SA_SIGINFO",
64 "SA_RESETHAND|SA_SIGINFO", "SA_NOMASK" };
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
H A D10-1.c120 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
126 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
H A D3-1.c120 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
126 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
H A D14-1.c131 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
137 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
H A D15-1.c125 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
131 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
H A D4-1.c128 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
134 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
H A D7-1.c125 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
131 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
H A 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/
H A D16-1-buildonly.c14 static int dummy8 = SA_SIGINFO;
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D6-24.c35 act.sa_flags = SA_SIGINFO; in main()
H A D6-17.c35 act.sa_flags = SA_SIGINFO; in main()
H A D6-18.c35 act.sa_flags = SA_SIGINFO; in main()
H A D6-19.c35 act.sa_flags = SA_SIGINFO; in main()
H A D6-20.c35 act.sa_flags = SA_SIGINFO; in main()
H A D6-22.c35 act.sa_flags = SA_SIGINFO; in main()
H A D6-21.c35 act.sa_flags = SA_SIGINFO; in main()
H A D6-23.c35 act.sa_flags = SA_SIGINFO; in main()
H A D6-2.c35 act.sa_flags = SA_SIGINFO; in main()
H A D6-10.c35 act.sa_flags = SA_SIGINFO; in main()
H A D6-11.c35 act.sa_flags = SA_SIGINFO; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/
H A D6-1.c43 act.sa_flags = SA_SIGINFO; in main()
H A D5-1.c43 act.sa_flags = SA_SIGINFO; in main()

Completed in 6 milliseconds

12345678910