OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIGCLD
(Results
1 - 13
of
13
) sorted by null
/external/netperf/
netserver.c
631
/* some OS's have
SIGCLD
defined as SIGCHLD */
632
#ifndef
SIGCLD
633
#define
SIGCLD
SIGCHLD
634
#endif /*
SIGCLD
*/
636
signal(
SIGCLD
, SIG_IGN);
713
signal(
SIGCLD
, SIG_IGN);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
signum.h
50
#define
SIGCLD
SIGCHLD /* Same as SIGCHLD (System V). */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
signum.h
50
#define
SIGCLD
SIGCHLD /* Same as SIGCHLD (System V). */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
signum.h
50
#define
SIGCLD
SIGCHLD /* Same as SIGCHLD (System V). */
/bionic/libc/kernel/arch-mips/asm/
signal.h
56
#define
SIGCLD
SIGCHLD
/development/ndk/platforms/android-9/arch-mips/include/asm/
signal.h
56
#define
SIGCLD
SIGCHLD
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
signal.h
245
#define
SIGCLD
20 /* System V name for SIGCHLD */
269
#define
SIGCLD
18
285
#define
SIGCLD
20 /* System V name for SIGCHLD */
/external/kernel-headers/original/asm-mips/
signal.h
44
#define
SIGCLD
SIGCHLD /* Same as SIGCHLD (System V). */
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
signal.h
56
#define
SIGCLD
SIGCHLD
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
signal.h
56
#define
SIGCLD
SIGCHLD
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
signal.h
56
#define
SIGCLD
SIGCHLD
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
signal.h
56
#define
SIGCLD
SIGCHLD
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
signal.h
56
#define
SIGCLD
SIGCHLD
Completed in 789 milliseconds