Searched refs:SA_SIGINFO (Results 1 – 25 of 239) sorted by relevance
12345678910
/external/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()
|
/external/ltp/testcases/kernel/syscalls/rt_sigaction/ |
D | rt_sigaction02.c | 57 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO, 58 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
|
D | rt_sigaction01.c | 59 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO, 60 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
|
D | rt_sigaction03.c | 57 { SA_RESETHAND | SA_SIGINFO, SA_RESETHAND, SA_RESETHAND | SA_SIGINFO, 58 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | allow_user_segv.cc | 25 if (original_sigaction.sa_flags | SA_SIGINFO) in User_OnSIGSEGV() 39 user_sigaction.sa_flags = SA_SIGINFO; in InstallHandler()
|
/external/valgrind/helgrind/tests/ |
D | safe-pthread.h | 46 sa_ill.sa_flags = SA_SIGINFO; in safe_pthread_rwlock_unlock() 53 sa_segv.sa_flags = SA_SIGINFO; in safe_pthread_rwlock_unlock()
|
/external/strace/xlat/ |
D | sigact_flags.h | 43 #if defined(SA_SIGINFO) || (defined(HAVE_DECL_SA_SIGINFO) && HAVE_DECL_SA_SIGINFO) 44 XLAT(SA_SIGINFO),
|
D | sigact_flags.in | 13 SA_SIGINFO
|
/external/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 78 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
|
/external/ltp/testcases/kernel/mem/mtest06/ |
D | mmap1.c | 164 sa.sa_flags = SA_SIGINFO | SA_NODEFER; in map_write_unmap() 189 sa.sa_flags = SA_SIGINFO | SA_NODEFER; in map_write_unmap() 366 sigptr.sa_flags = SA_SIGINFO | SA_NODEFER; in main()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/ |
D | subpage_prot.c | 143 .sa_flags = SA_SIGINFO in test_anon() 177 .sa_flags = SA_SIGINFO in test_file()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/ |
D | 10-1.c | 117 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 123 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 3-1.c | 117 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 123 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 7-1.c | 121 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 127 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 15-1.c | 121 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 127 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 14-1.c | 127 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 133 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 4-1.c | 124 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 130 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
D | 2-1.c | 116 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 122 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/ |
D | 4-1.c | 128 action.sa_flags = SA_SIGINFO | SA_RESTART; in main() 134 action.sa_flags = SA_SIGINFO | SA_RESTART; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
D | 16-1-buildonly.c | 14 int dummy8 = SA_SIGINFO;
|
/external/valgrind/none/tests/x86/ |
D | badseg.c | 19 sa.sa_flags = SA_SIGINFO; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 6-13.c | 34 act.sa_flags = SA_SIGINFO; in main()
|
D | 6-14.c | 34 act.sa_flags = SA_SIGINFO; in main()
|
D | 6-11.c | 34 act.sa_flags = SA_SIGINFO; in main()
|
12345678910