HomeSort by relevance Sort by last modified time
    Searched defs:SIGCHLD (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /bionic/libc/arch-mips/bionic/
vfork.S 34 #define SIGCHLD 18
49 li $a0, (CLONE_VM | CLONE_VFORK | SIGCHLD)
  /bionic/libc/arch-mips64/bionic/
vfork.S 34 #define SIGCHLD 18
56 LI $a0, (CLONE_VM | CLONE_VFORK | SIGCHLD)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos.h 142 # if defined(X_NOT_POSIX) && defined(SYSV) && !defined(SIGCHLD)
143 # define SIGCHLD SIGCLD
  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 27 SIGCHLD = 17 # Child exited
  /external/libmojo/third_party/catapult/devil/devil/android/
device_signal.py 27 SIGCHLD = 17 # Child exited
  /external/ltp/testcases/kernel/syscalls/kill/
kill12.c 89 if (sigset(SIGCHLD, chsig) == SIG_ERR) {
112 kill(pid, SIGCHLD); /* child should exit */
202 kill(getppid(), SIGCHLD); /* tell parent we are ready */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 50 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */
51 #define SIGCHLD 17 /* Child status has changed (POSIX). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 50 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */
51 #define SIGCHLD 17 /* Child status has changed (POSIX). */
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 42 #define SIGCHLD 17
  /bionic/libc/kernel/uapi/asm-generic/
signal.h 42 #define SIGCHLD 17
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 47 #define SIGCHLD 18
48 #define SIGCLD SIGCHLD
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 46 #define SIGCHLD 17
  /external/kernel-headers/original/uapi/asm-arm/asm/
signal.h 35 #define SIGCHLD 17
65 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
66 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
  /external/kernel-headers/original/uapi/asm-generic/
signal.h 28 #define SIGCHLD 17
60 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
62 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
  /external/kernel-headers/original/uapi/asm-mips/asm/
signal.h 43 #define SIGCHLD 18 /* Child status has changed (POSIX). */
44 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */
69 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
71 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
  /external/kernel-headers/original/uapi/asm-x86/asm/
signal.h 40 #define SIGCHLD 17
70 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
72 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal.h 27 #define SIGCHLD 17
59 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
61 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
signal.h 36 #define SIGCHLD 17
66 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
68 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
signal.h 36 #define SIGCHLD 17
66 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
68 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
  /prebuilts/go/darwin-x86/src/runtime/
defs_arm_linux.go 80 SIGCHLD = C.SIGCHLD
defs_dragonfly.go 69 SIGCHLD = C.SIGCHLD
defs_linux.go 71 SIGCHLD = C.SIGCHLD
defs_netbsd.go 70 SIGCHLD = C.SIGCHLD
defs_openbsd.go 66 SIGCHLD = C.SIGCHLD
  /prebuilts/go/linux-x86/src/runtime/
defs_arm_linux.go 80 SIGCHLD = C.SIGCHLD

Completed in 295 milliseconds

1 2 3 4 5