Searched refs:SA_RESTORER (Results 1 - 10 of 10) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dsignal.h20 #define SA_RESTORER 0x04000000 macro
/external/strace/tests/
H A Dsigaction.awk4 # Some architectures have SA_RESTORER, some don't;
8 # the 1st is for any architecture with SA_RESTORER, including SPARC;
9 # the 2nd is for any architecture without SA_RESTORER, including ALPHA.
17 NR == 1 && /^rt_sigaction\(SIGUSR2, {SIG_IGN, \[HUP INT\], SA_RESTORER\|SA_RESTART, 0x[0-9a-f]+}, {SIG_DFL, \[\], 0}, (0x[0-9a-f]+, )?(4|8|16)\) = 0$/ {next}
21 NR == 2 && /^rt_sigaction\(SIGUSR2, {0x[0-9a-f]+, \[QUIT TERM\], SA_RESTORER\|SA_SIGINFO, 0x[0-9a-f]+}, {SIG_IGN, \[HUP INT\], SA_RESTORER\|SA_RESTART, 0x[0-9a-f]+}, (0x[0-9a-f]+, )?(4|8|16)\) = 0$/ {next}
25 NR == 3 && /^rt_sigaction\(SIGUSR2, {SIG_DFL, \[\], SA_RESTORER, 0x[0-9a-f]+}, {0x[0-9a-f]+, \[QUIT TERM\], SA_RESTORER\|SA_SIGINFO, 0x[0-9a-f]+}, (0x[0-9a-f]+, )?(4|8|16)\) = 0$/ {next}
29 NR == 4 && /^rt_sigaction\(SIGUSR2, {SIG_DFL, ~\[HUP( ((RT|SIGRT)[^] ]+|[3-9][0-9]|1[0-9][0-9]))*\], SA_RESTORER, 0x[0-9a-f]+}, {SIG_DFL, \[\], SA_RESTORER,
[all...]
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal.h80 * SA_RESTORER 0x04000000
96 #ifdef SA_RESTORER
104 #ifdef SA_RESTORER
/external/strace/xlat/
H A Dsigact_flags.h4 #if defined(SA_RESTORER) || (defined(HAVE_DECL_SA_RESTORER) && HAVE_DECL_SA_RESTORER)
5 XLAT(SA_RESTORER),
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsignal.h81 #define SA_RESTORER 0x04000000 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsignal.h88 #define SA_RESTORER 0x04000000 macro
/external/strace/
H A Dsignal.c97 #ifndef SA_RESTORER
99 # define SA_RESTORER ASM_SA_RESTORER macro
623 #ifdef SA_RESTORER
624 if (sa.sa_flags & SA_RESTORER)
1214 #ifdef SA_RESTORER
1215 if (sa.sa_flags & SA_RESTORER)
H A Dstrace.spec352 - handle ?et_thread_area, SA_RESTORER (Ulrich Drepper)
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h511 #ifndef SA_RESTORER
512 #define SA_RESTORER 0x04000000 macro
1942 * SA_RESTORER in order to be able to return from a signal handler.
1946 if (act != NULL && !(act->sa_flags & SA_RESTORER)) {
1948 a.sa_flags |= SA_RESTORER;
2055 * SA_RESTORER when using realtime signals. Otherwise, it does not
2059 * Apparently, a SA_RESTORER is implicitly set by the kernel, when
2064 if (!(a.sa_flags & SA_RESTORER)) {
2065 a.sa_flags |= SA_RESTORER;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h499 #ifndef SA_RESTORER
500 #define SA_RESTORER 0x04000000 macro
1847 * SA_RESTORER in order to be able to return from a signal handler.
1851 if (act != NULL && !(act->sa_flags & SA_RESTORER)) {
1853 a.sa_flags |= SA_RESTORER;
1959 * SA_RESTORER when using realtime signals. Otherwise, it does not
1963 * Apparently, a SA_RESTORER is implicitly set by the kernel, when
1968 if (!(a.sa_flags & SA_RESTORER)) {
1969 a.sa_flags |= SA_RESTORER;

Completed in 3101 milliseconds