Searched refs:SIGCLD (Results 1 - 3 of 3) sorted by relevance

/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);
/external/bison/
H A Dmaint.mk623 SIGABRT SIGALRM SIGALRM1 SIGBUS SIGCANCEL SIGCHLD SIGCLD SIGCONT \

Completed in 711 milliseconds