HomeSort by relevance Sort by last modified time
    Searched refs:SA_NOMASK (Results 1 - 22 of 22) sorted by null

  /external/strace/xlat/
sigact_flags.h 2 #if defined SA_NOMASK && SA_NODEFER != SA_NOMASK
30 #if defined SA_NOMASK && SA_NODEFER != SA_NOMASK
31 #if defined(SA_NOMASK) || (defined(HAVE_DECL_SA_NOMASK) && HAVE_DECL_SA_NOMASK)
32 XLAT(SA_NOMASK),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigaction.h 71 # define SA_NOMASK SA_NODEFER
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigaction.h 71 # define SA_NOMASK SA_NODEFER
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 71 #define SA_NOMASK SA_NODEFER
  /bionic/libc/kernel/uapi/asm-generic/
signal.h 70 #define SA_NOMASK SA_NODEFER
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 72 #define SA_NOMASK SA_NODEFER
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 72 #define SA_NOMASK SA_NODEFER
  /external/kernel-headers/original/uapi/asm-arm/asm/
signal.h 75 * SA_ONESHOT and SA_NOMASK are the historical Linux names for the Single
88 #define SA_NOMASK SA_NODEFER
  /external/kernel-headers/original/uapi/asm-generic/
signal.h 65 * SA_ONESHOT and SA_NOMASK are the historical Linux names for the Single
76 #define SA_NOMASK SA_NODEFER
  /external/kernel-headers/original/uapi/asm-mips/asm/
signal.h 74 * SA_ONESHOT and SA_NOMASK are the historical Linux names for the Single
91 #define SA_NOMASK SA_NODEFER
  /external/kernel-headers/original/uapi/asm-x86/asm/
signal.h 75 * SA_ONESHOT and SA_NOMASK are the historical Linux names for the Single
86 #define SA_NOMASK SA_NODEFER
  /external/ltp/testcases/kernel/syscalls/rt_sigaction/
rt_sigaction01.c 60 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
63 "SA_RESETHAND|SA_SIGINFO", "SA_NOMASK" };
rt_sigaction02.c 58 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
61 "SA_RESETHAND|SA_SIGINFO", "SA_NOMASK" };
rt_sigaction03.c 58 SA_RESETHAND | SA_SIGINFO, SA_NOMASK };
61 "SA_RESETHAND|SA_SIGINFO", "SA_NOMASK" };
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal.h 64 * SA_ONESHOT and SA_NOMASK are the historical Linux names for the Single
75 #define SA_NOMASK SA_NODEFER
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
signal.h 71 * SA_ONESHOT and SA_NOMASK are the historical Linux names for the Single
82 #define SA_NOMASK SA_NODEFER
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
signal.h 71 * SA_ONESHOT and SA_NOMASK are the historical Linux names for the Single
82 #define SA_NOMASK SA_NODEFER
  /external/ltp/testcases/kernel/syscalls/sigaction/
sigaction02.c 94 sa.sa_flags = SA_NOMASK;
  /external/minijail/linux-x86/
libconstants.gen.c 1013 #ifdef SA_NOMASK
1014 { "SA_NOMASK", (unsigned long) SA_NOMASK },
1015 #endif // SA_NOMASK
    [all...]
  /external/ltp/testcases/misc/crash/
crash01.c 412 act.sa_flags = SA_NOMASK | SA_RESTART;
crash02.c 361 act.sa_flags = SA_NOMASK | SA_RESTART;
  /external/strace/
strace.spec 252 - print SO_NODEFER, SA_RESETHAND instead of SA_NOMASK, SA_ONESHOT (#455821)

Completed in 136 milliseconds