Searched refs:SA_SIGINFO (Results 1 – 25 of 224) sorted by relevance
123456789
/third_party/ltp/testcases/kernel/syscalls/sigaction/ |
D | sigaction01.c | 124 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/ |
D | rt_sigaction02.c | 58 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO, 59 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
|
D | rt_sigaction01.c | 60 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO, 61 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
|
D | rt_sigaction03.c | 58 { 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/ |
D | template_19-1.in | 20 * 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;
|
D | template_18-1.in | 20 * 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/ |
D | 10-1.c | 120 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 126 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 3-1.c | 120 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 126 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 14-1.c | 131 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 137 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 7-1.c | 125 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 131 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 4-1.c | 128 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 134 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 15-1.c | 125 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 131 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 2-1.c | 120 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/ |
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/ |
D | 16-1-buildonly.c | 14 static int dummy8 = SA_SIGINFO;
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 6-14.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
D | 6-8.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
D | 6-26.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
D | 6-24.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
D | 6-15.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
D | 6-6.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
D | 6-1.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
D | 6-16.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
D | 6-13.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
D | 6-21.c | 35 act.sa_flags = SA_SIGINFO; in main()
|
123456789