/third_party/ltp/testcases/kernel/syscalls/sigaction/ |
H A D | sigaction01.c | 36 * 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 D | rt_sigaction02.c | 58 { 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 D | rt_sigaction03.c | 58 { 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 D | rt_sigaction01.c | 60 { 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 D | 10-1.c | 120 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 126 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
H A D | 3-1.c | 120 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 126 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
H A D | 14-1.c | 131 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 137 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
H A D | 15-1.c | 125 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 131 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
H A D | 4-1.c | 128 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 134 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
H A D | 7-1.c | 125 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 D | 4-1.c | 129 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 D | 16-1-buildonly.c | 14 static int dummy8 = SA_SIGINFO;
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
H A D | 6-24.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
H A D | 6-17.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
H A D | 6-18.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
H A D | 6-19.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
H A D | 6-20.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
H A D | 6-22.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
H A D | 6-21.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
H A D | 6-23.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
H A D | 6-2.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
H A D | 6-10.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
H A D | 6-11.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/ |
H A D | 6-1.c | 43 act.sa_flags = SA_SIGINFO; in main()
|
H A D | 5-1.c | 43 act.sa_flags = SA_SIGINFO; in main()
|