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

1 2 3 4 5 6 7

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
16-1-buildonly.c 7 int dummy1 = SA_NOCLDSTOP;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sigaction.h 54 #define SA_NOCLDSTOP 1 /* Don't send SIGCHLD when children stop. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigaction.h 54 #define SA_NOCLDSTOP 1 /* Don't send SIGCHLD when children stop. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigaction.h 54 #define SA_NOCLDSTOP 1 /* Don't send SIGCHLD when children stop. */
  /external/strace/xlat/
sigact_flags.h 55 #if defined(SA_NOCLDSTOP) || (defined(HAVE_DECL_SA_NOCLDSTOP) && HAVE_DECL_SA_NOCLDSTOP)
56 XLAT(SA_NOCLDSTOP),
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
2-1.c 114 sa_ori.sa_flags = SA_NOCLDSTOP;
179 if (((sa_child.sa_flags & SA_NOCLDSTOP) != SA_NOCLDSTOP)
  /external/valgrind/none/tests/
coolo_sigaction.cpp 23 act.sa_flags = SA_NOCLDSTOP;
  /system/core/init/
signal_handler.cpp 66 act.sa_flags = SA_NOCLDSTOP;
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 72 #define SA_NOCLDSTOP 0x00000001
  /bionic/libc/kernel/uapi/asm-generic/
signal.h 74 #define SA_NOCLDSTOP 0x00000001
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 84 #define SA_NOCLDSTOP 0x00000001
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 76 #define SA_NOCLDSTOP 0x00000001u
  /development/ndk/platforms/android-21/arch-arm/include/asm/
signal.h 72 #define SA_NOCLDSTOP 0x00000001
  /development/ndk/platforms/android-21/arch-mips/include/asm/
signal.h 84 #define SA_NOCLDSTOP 0x00000001
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
signal.h 84 #define SA_NOCLDSTOP 0x00000001
  /development/ndk/platforms/android-21/arch-x86/include/asm/
signal.h 76 #define SA_NOCLDSTOP 0x00000001u
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
signal.h 76 #define SA_NOCLDSTOP 0x00000001u
  /development/ndk/platforms/android-21/include/asm-generic/
signal.h 74 #define SA_NOCLDSTOP 0x00000001
  /development/ndk/platforms/android-9/arch-arm/include/asm/
signal.h 63 #define SA_NOCLDSTOP 0x00000001
  /development/ndk/platforms/android-9/arch-mips/include/asm/
signal.h 85 #define SA_NOCLDSTOP 0x00000001
  /development/ndk/platforms/android-9/arch-x86/include/asm/
signal.h 76 #define SA_NOCLDSTOP 0x00000001u
  /external/kernel-headers/original/uapi/asm-arm/asm/
signal.h 64 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
77 #define SA_NOCLDSTOP 0x00000001
  /external/kernel-headers/original/uapi/asm-generic/
signal.h 59 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
67 #define SA_NOCLDSTOP 0x00000001
  /external/kernel-headers/original/uapi/asm-mips/asm/
signal.h 68 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
88 #define SA_NOCLDSTOP 0x00000001
  /external/kernel-headers/original/uapi/asm-x86/asm/
signal.h 69 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
77 #define SA_NOCLDSTOP 0x00000001u

Completed in 381 milliseconds

1 2 3 4 5 6 7