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

1 2

  /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.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;
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 62 #define SA_NOCLDSTOP 0x00000001
  /bionic/libc/kernel/uapi/asm-generic/
signal.h 63 #define SA_NOCLDSTOP 0x00000001
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 71 #define SA_NOCLDSTOP 0x00000001
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 65 #define SA_NOCLDSTOP 0x00000001u
  /external/kernel-headers/original/uapi/asm-arm/asm/
signal.h 65 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
78 #define SA_NOCLDSTOP 0x00000001
  /external/kernel-headers/original/uapi/asm-generic/
signal.h 60 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
68 #define SA_NOCLDSTOP 0x00000001
  /external/kernel-headers/original/uapi/asm-mips/asm/
signal.h 69 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
89 #define SA_NOCLDSTOP 0x00000001
  /external/kernel-headers/original/uapi/asm-x86/asm/
signal.h 70 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
78 #define SA_NOCLDSTOP 0x00000001u
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
9-1.c 9 the parent has setup a SIGCHLD signal handler with the SA_NOCLDSTOP flag set
48 act.sa_flags = SA_SIGINFO | SA_NOCLDSTOP;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal.h 59 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
67 #define SA_NOCLDSTOP 0x00000001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
signal.h 66 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
74 #define SA_NOCLDSTOP 0x00000001u
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
signal.h 66 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
74 #define SA_NOCLDSTOP 0x00000001u
  /external/ltp/testcases/kernel/syscalls/fanotify/
fanotify03.c 105 child_action.sa_flags = SA_NOCLDSTOP;
128 child_action.sa_flags = SA_NOCLDSTOP;
  /system/core/init/
sigchld_handler.cpp 137 act.sa_flags = SA_NOCLDSTOP;
  /external/valgrind/memcheck/tests/solaris/
door_data.c 169 sa.sa_flags = SA_NOCLDSTOP;
  /libcore/ojluni/src/main/native/
UNIXProcess_md.c 148 #ifndef SA_NOCLDSTOP
149 #define SA_NOCLDSTOP 0
203 sa.sa_flags = SA_NOCLDSTOP | SA_RESTART;
  /external/minijail/linux-x86/
libconstants.gen.c 1004 #ifdef SA_NOCLDSTOP
1005 { "SA_NOCLDSTOP", (unsigned long) SA_NOCLDSTOP },
1006 #endif // SA_NOCLDSTOP
    [all...]
  /bionic/tests/headers/posix/
signal_h.c 113 MACRO(SA_NOCLDSTOP);
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 189 SA_NOCLDSTOP = 0x00020000

Completed in 563 milliseconds

1 2