Home
last modified time | relevance | path

Searched defs:SIGRTMAX (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dsignal.h60 #define SIGRTMAX (_NSIG - 1) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsignal.h202 #define SIGRTMAX (__libc_current_sigrtmax()) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsignal.h176 #define SIGRTMAX (_NSIG - 1) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h202 #define SIGRTMAX (__libc_current_sigrtmax()) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h202 #define SIGRTMAX (__libc_current_sigrtmax()) macro
/third_party/musl/porting/linux/user/include/
H A Dsignal.h212 #define SIGRTMAX (__libc_current_sigrtmax()) macro
/third_party/musl/include/
H A Dsignal.h211 #define SIGRTMAX (__libc_current_sigrtmax()) macro
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1569 pub fn SIGRTMAX() -> ::c_int { in SIGRTMAX() functions
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1465 pub const SIGRTMAX: u32 = 64; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1475 pub const SIGRTMAX: u32 = 64; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1463 pub const SIGRTMAX: u32 = 64; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1455 pub const SIGRTMAX: u32 = 64; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1468 pub const SIGRTMAX: u32 = 128; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1467 pub const SIGRTMAX: u32 = 64; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1460 pub const SIGRTMAX: u32 = 128; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1696 pub const SIGRTMAX: u32 = 64; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1704 pub const SIGRTMAX: u32 = 64; consts

Completed in 153 milliseconds