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

/external/qemu/distrib/sdl-1.2.15/src/thread/irix/
H A DSDL_systhread.c37 SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGALRM, SIGTERM, SIGCLD, SIGWINCH,
/external/kernel-headers/original/asm-mips/
H A Dsignal.h44 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */ macro
/external/netperf/
H A Dnetserver.c631 /* some OS's have SIGCLD defined as SIGCHLD */
632 #ifndef SIGCLD
633 #define SIGCLD SIGCHLD macro
634 #endif /* SIGCLD */
636 signal(SIGCLD, SIG_IGN);
713 signal(SIGCLD, SIG_IGN);
/external/bison/
H A Dmaint.mk623 SIGABRT SIGALRM SIGALRM1 SIGBUS SIGCANCEL SIGCHLD SIGCLD SIGCONT \

Completed in 187 milliseconds