Searched refs:SA_RESTORER (Results 1 – 13 of 13) sorted by relevance
/external/strace/tests/ |
D | sigaction.awk | 17 NR == 1 && /^rt_sigaction\(SIGUSR2, {SIG_IGN, \[HUP INT\], SA_RESTORER\|SA_RESTART, 0x[0-9a-f]+}, {… 21 …\(SIGUSR2, {0x[0-9a-f]+, \[QUIT TERM\], SA_RESTORER\|SA_SIGINFO, 0x[0-9a-f]+}, {SIG_IGN, \[HUP INT… 25 …& /^rt_sigaction\(SIGUSR2, {SIG_DFL, \[\], SA_RESTORER, 0x[0-9a-f]+}, {0x[0-9a-f]+, \[QUIT TERM\],… 29 …( ((RT|SIGRT)[^] ]+|[3-9][0-9]|1[0-9][0-9]))*\], SA_RESTORER, 0x[0-9a-f]+}, {SIG_DFL, \[\], SA_RES…
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | signal.h | 96 #ifdef SA_RESTORER 104 #ifdef SA_RESTORER
|
/external/strace/xlat/ |
D | sigact_flags.h | 4 #if defined(SA_RESTORER) || (defined(HAVE_DECL_SA_RESTORER) && HAVE_DECL_SA_RESTORER) 5 XLAT(SA_RESTORER),
|
D | sigact_flags.in | 1 SA_RESTORER
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
D | signal.h | 20 #define SA_RESTORER 0x04000000 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | signal.h | 81 #define SA_RESTORER 0x04000000 macro
|
/external/strace/ |
D | signal.c | 97 #ifndef SA_RESTORER 99 # define SA_RESTORER ASM_SA_RESTORER macro 623 #ifdef SA_RESTORER in decode_old_sigaction() 624 if (sa.sa_flags & SA_RESTORER) in decode_old_sigaction() 1214 #ifdef SA_RESTORER in decode_new_sigaction() 1215 if (sa.sa_flags & SA_RESTORER) in decode_new_sigaction()
|
D | configure.ac | 631 AC_CACHE_CHECK([for SA_RESTORER], [st_cv_sa_restorer], 632 [st_cv_sa_restorer="$(echo SA_RESTORER | 638 [SA_RESTORER defined in <asm/signal.h>])
|
D | strace.spec | 352 - handle ?et_thread_area, SA_RESTORER (Ulrich Drepper)
|
D | ChangeLog-CVS | 2392 * signal.c [HAVE_SIGACTION] [LINUX && X86_64] (SA_RESTORER): Define 3933 * signal.c [LINUX && I386]: Provide SA_RESTORER constant if not
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | signal.h | 88 #define SA_RESTORER 0x04000000 macro
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | linux_syscall_support.h | 499 #ifndef SA_RESTORER 500 #define SA_RESTORER 0x04000000 macro 1851 if (act != NULL && !(act->sa_flags & SA_RESTORER)) { in _syscall3() 1853 a.sa_flags |= SA_RESTORER; in _syscall3() 1968 if (!(a.sa_flags & SA_RESTORER)) { in _syscall2() 1969 a.sa_flags |= SA_RESTORER; in _syscall2()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | linux_syscall_support.h | 511 #ifndef SA_RESTORER 512 #define SA_RESTORER 0x04000000 macro 1946 if (act != NULL && !(act->sa_flags & SA_RESTORER)) { in LSS_NAME() 1948 a.sa_flags |= SA_RESTORER; in LSS_NAME() 2064 if (!(a.sa_flags & SA_RESTORER)) { in _syscall2() 2065 a.sa_flags |= SA_RESTORER; in _syscall2()
|