Searched refs:SIGCHLD (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/arch-mips/bionic/ |
D | vfork.S | 34 #define SIGCHLD 18 macro 48 li a0, (CLONE_VM | CLONE_VFORK | SIGCHLD)
|
/bionic/libc/arch-mips64/bionic/ |
D | vfork.S | 34 #define SIGCHLD 18 macro 55 LI a0, (CLONE_VM | CLONE_VFORK | SIGCHLD)
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
D | signal.h | 54 #define SIGCHLD 18 macro 55 #define SIGCLD SIGCHLD
|
/bionic/libc/bionic/ |
D | fork.cpp | 41 (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD), in fork()
|
/bionic/libc/arch-arm64/bionic/ |
D | vfork.S | 39 mov x0, #(CLONE_VM | CLONE_VFORK | SIGCHLD)
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | system.c | 56 sigaddset(&mask, SIGCHLD); in system()
|
/bionic/libc/private/ |
D | bionic_sigdefs.h | 56 __BIONIC_SIGDEF(SIGCHLD, "Child exited")
|
/bionic/libc/kernel/uapi/asm-arm/asm/ |
D | signal.h | 47 #define SIGCHLD 17 macro
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | signal.h | 47 #define SIGCHLD 17 macro
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | signal.h | 52 #define SIGCHLD 17 macro
|
/bionic/tests/ |
D | unistd_test.cpp | 496 return clone(nullptr, nullptr, SIGCHLD, nullptr); in CloneLikeFork() 511 …int rv = clone(nullptr, nullptr, CLONE_CHILD_SETTID | SIGCHLD, nullptr, nullptr, nullptr, &child_t… in CloneAndSetTid() 533 return clone(start_routine, &child_stack[1024], SIGCHLD, NULL); in CloneStartRoutine()
|