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

/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/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsignal.h251 #define SIGCLD 20 /* System V name for SIGCHLD */ macro
275 #define SIGCLD 18 macro
291 #define SIGCLD 20 /* System V name for SIGCHLD */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsignal.h43 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */ macro

Completed in 292 milliseconds