Searched defs:SIGCLD (Results 1 - 4 of 4) sorted by relevance

/external/ltp/android/include/
H A Dbionic-compat.h24 #define SIGCLD SIGCHLD macro
/external/ltp/testcases/kernel/syscalls/kill/
H A Dkill12.c101 if (sigset(SIGCLD, chsig) == SIG_ERR) {
131 kill(pid, SIGCLD); /* child should exit */
225 if (sigset(SIGCLD, chsig) == SIG_ERR) {
232 kill(getppid(), SIGCLD); /* tell parent we are ready */ local
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsignal.h43 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */ macro
/external/netperf/src/
H A Dnetserver.c108 /* some OS's have SIGCLD defined as SIGCHLD */
109 #ifndef SIGCLD
110 #define SIGCLD SIGCHLD macro
111 #endif /* SIGCLD */
1011 signal(SIGCLD,SIG_IGN);
1421 signal(SIGCLD, SIG_IGN);

Completed in 143 milliseconds