Searched defs:SIGCHLD (Results 1 - 5 of 5) sorted by relevance

/external/bison/lib/
H A Dsubpipe.c31 #if ! defined SIGCHLD && defined SIGCLD
32 # define SIGCHLD SIGCLD macro
92 #ifdef SIGCHLD
93 /* System V fork+wait does not work if SIGCHLD is ignored. */
94 signal (SIGCHLD, SIG_DFL);
/external/kernel-headers/original/asm-arm/
H A Dsignal.h48 #define SIGCHLD 17 macro
78 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
79 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/external/kernel-headers/original/asm-mips/
H A Dsignal.h43 #define SIGCHLD 18 /* Child status has changed (POSIX). */ macro
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/asm-x86/
H A Dsignal.h60 #define SIGCHLD 17 macro
90 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
92 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java257 public static final int SIGCHLD = placeholder(); field in class:OsConstants

Completed in 269 milliseconds