Home
last modified time | relevance | path

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

/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs107 pub const SIGCLD: ::c_int = 20; consts
/third_party/python/Modules/
H A Dsignalmodule.c1528 #ifdef SIGCLD
1529 ADD_INT_MACRO(SIGCLD);
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs804 ::SIGCLD => ::mem::size_of::<siginfo_sigcld>() / ::mem::size_of::<::c_int>(), in data_field_count()
1042 // Pad out to match the SIGCLD value size
1222 pub const SIGCLD: ::c_int = ::SIGCHLD; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2366 pub const SIGCLD: ::c_int = SIGCHLD; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1452 pub const SIGCLD: u32 = 18; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1444 pub const SIGCLD: u32 = 18; consts

Completed in 43 milliseconds