Home
last modified time | relevance | path

Searched defs:SIGCHLD (Results 1 - 25 of 78) sorted by relevance

1234

/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill12.c202 kill(getppid(), SIGCHLD); /* tell parent we are ready */ in do_child() local
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsignal.h67 #define SIGCHLD 17 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsignal.h68 #define SIGCHLD 17 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsignal.h68 #define SIGCHLD 17 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsignal.h68 #define SIGCHLD 17 macro
/third_party/musl/arch/arm/bits/
H A Dsignal.h68 #define SIGCHLD 17 macro
/third_party/musl/arch/or1k/bits/
H A Dsignal.h66 #define SIGCHLD 17 macro
/third_party/musl/arch/powerpc/bits/
H A Dsignal.h101 #define SIGCHLD 17 macro
/third_party/musl/arch/riscv32/bits/
H A Dsignal.h102 #define SIGCHLD 17 macro
/third_party/musl/arch/riscv64/bits/
H A Dsignal.h101 #define SIGCHLD 17 macro
/third_party/musl/arch/loongarch64/bits/
H A Dsignal.h83 #define SIGCHLD 17 macro
/third_party/musl/arch/powerpc64/bits/
H A Dsignal.h92 #define SIGCHLD 17 macro
/third_party/musl/arch/s390x/bits/
H A Dsignal.h103 #define SIGCHLD 17 macro
/third_party/musl/arch/aarch64/bits/
H A Dsignal.h135 #define SIGCHLD 17 macro
/third_party/musl/arch/microblaze/bits/
H A Dsignal.h69 #define SIGCHLD 17 macro
/third_party/musl/arch/mips/bits/
H A Dsignal.h106 #define SIGCHLD 18 macro
/third_party/musl/arch/sh/bits/
H A Dsignal.h78 #define SIGCHLD 17 macro
/third_party/musl/arch/m68k/bits/
H A Dsignal.h122 #define SIGCHLD 17 macro
/third_party/musl/arch/mips64/bits/
H A Dsignal.h125 #define SIGCHLD 18 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsignal.h125 #define SIGCHLD 18 macro
/third_party/musl/arch/i386/bits/
H A Dsignal.h123 #define SIGCHLD 17 macro
/third_party/musl/arch/x32/bits/
H A Dsignal.h134 #define SIGCHLD 17 macro
/third_party/musl/arch/x86_64/bits/
H A Dsignal.h134 #define SIGCHLD 17 macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs106 pub const SIGCHLD: ::c_int = 20; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs158 pub const SIGCHLD: ::c_int = 18; consts

Completed in 15 milliseconds

1234