HomeSort by relevance Sort by last modified time
    Searched refs:SA_NODEFER (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/strace/xlat/
sigact_flags.h 2 #if defined SA_NOMASK && SA_NODEFER != SA_NOMASK
27 #if defined(SA_NODEFER) || (defined(HAVE_DECL_SA_NODEFER) && HAVE_DECL_SA_NODEFER)
28 XLAT(SA_NODEFER),
30 #if defined SA_NOMASK && SA_NODEFER != SA_NOMASK
52 #if defined(SA_NODEFER) || (defined(HAVE_DECL_SA_NODEFER) && HAVE_DECL_SA_NODEFER)
53 XLAT(SA_NODEFER),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigaction.h 63 # define SA_NODEFER 0x40000000 /* Don't automatically block the signal when
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 63 # define SA_NODEFER 0x40000000 /* Don't automatically block the signal when
71 # define SA_NOMASK SA_NODEFER
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
16-1-buildonly.c 16 int dummy10 = SA_NODEFER;
  /external/valgrind/none/tests/
sigstackgrowth.c 23 Hence we *must* give the SA_NODEFER flag when setting up the
51 sa.sa_flags = SA_NODEFER;
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 69 #define SA_NODEFER 0x40000000
71 #define SA_NOMASK SA_NODEFER
  /bionic/libc/kernel/uapi/asm-generic/
signal.h 68 #define SA_NODEFER 0x40000000
70 #define SA_NOMASK SA_NODEFER
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 69 #define SA_NODEFER 0x40000000
72 #define SA_NOMASK SA_NODEFER
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 70 #define SA_NODEFER 0x40000000u
72 #define SA_NOMASK SA_NODEFER
  /external/kernel-headers/original/uapi/asm-arm/asm/
signal.h 72 * SA_NODEFER prevents the current signal from being masked in the handler.
85 #define SA_NODEFER 0x40000000
88 #define SA_NOMASK SA_NODEFER
  /external/kernel-headers/original/uapi/asm-generic/
signal.h 63 * SA_NODEFER prevents the current signal from being masked in the handler.
73 #define SA_NODEFER 0x40000000
76 #define SA_NOMASK SA_NODEFER
  /external/kernel-headers/original/uapi/asm-mips/asm/
signal.h 72 * SA_NODEFER prevents the current signal from being masked in the handler.
87 #define SA_NODEFER 0x40000000
91 #define SA_NOMASK SA_NODEFER
  /external/kernel-headers/original/uapi/asm-x86/asm/
signal.h 73 * SA_NODEFER prevents the current signal from being masked in the handler.
83 #define SA_NODEFER 0x40000000u
86 #define SA_NOMASK SA_NODEFER
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal.h 62 * SA_NODEFER prevents the current signal from being masked in the handler.
72 #define SA_NODEFER 0x40000000
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 69 * SA_NODEFER prevents the current signal from being masked in the handler.
79 #define SA_NODEFER 0x40000000u
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 69 * SA_NODEFER prevents the current signal from being masked in the handler.
79 #define SA_NODEFER 0x40000000u
82 #define SA_NOMASK SA_NODEFER
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
22-1.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGABRT with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-10.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGPIPE with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-11.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGQUIT with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-12.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGSEGV with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-13.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGTERM with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-14.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGTSTP with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-15.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGTTIN with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-16.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGTTOU with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-17.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGUSR1 with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;

Completed in 336 milliseconds

1 2 3