Home
last modified time | relevance | path

Searched defs:SIGUNUSED (Results 1 – 25 of 32) sorted by relevance

12

/external/kernel-headers/original/uapi/asm-generic/
Dsignal.h47 #define SIGUNUSED 31 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dsignal.h54 #define SIGUNUSED 31 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dsignal.h59 #define SIGUNUSED 31 macro
/external/musl/arch/or1k/bits/
Dsignal.h83 #define SIGUNUSED SIGSYS macro
/external/rust/crates/nix/src/sys/
Dsignal.rs404 pub const SIGUNUSED : Signal = SIGSYS; constant
/external/musl/arch/powerpc64/bits/
Dsignal.h108 #define SIGUNUSED SIGSYS macro
/external/musl/arch/riscv64/bits/
Dsignal.h116 #define SIGUNUSED SIGSYS macro
/external/musl/arch/powerpc/bits/
Dsignal.h117 #define SIGUNUSED SIGSYS macro
/external/musl/arch/arm/bits/
Dsignal.h84 #define SIGUNUSED SIGSYS macro
/external/musl/arch/sh/bits/
Dsignal.h94 #define SIGUNUSED SIGSYS macro
/external/musl/arch/s390x/bits/
Dsignal.h119 #define SIGUNUSED SIGSYS macro
/external/musl/arch/mipsn32/bits/
Dsignal.h141 #define SIGUNUSED SIGSYS macro
/external/musl/arch/microblaze/bits/
Dsignal.h86 #define SIGUNUSED SIGSYS macro
/external/musl/arch/mips64/bits/
Dsignal.h141 #define SIGUNUSED SIGSYS macro
/external/musl/arch/mips/bits/
Dsignal.h122 #define SIGUNUSED SIGSYS macro
/external/musl/arch/aarch64/bits/
Dsignal.h151 #define SIGUNUSED SIGSYS macro
/external/musl/arch/m68k/bits/
Dsignal.h138 #define SIGUNUSED SIGSYS macro
/external/musl/arch/i386/bits/
Dsignal.h139 #define SIGUNUSED SIGSYS macro
/external/musl/arch/x32/bits/
Dsignal.h150 #define SIGUNUSED SIGSYS macro
/external/musl/arch/x86_64/bits/
Dsignal.h150 #define SIGUNUSED SIGSYS macro
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs536 pub const SIGUNUSED: ::c_int = ::SIGSYS; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs530 pub const SIGUNUSED: ::c_int = 31; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
Dmod.rs352 pub const SIGUNUSED: ::c_int = 31; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dpowerpc.rs325 pub const SIGUNUSED: ::c_int = 31; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
Dmod.rs348 pub const SIGUNUSED: ::c_int = 31; constant

12