Home
last modified time | relevance | path

Searched defs:MINSIGSTKSZ (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/rust/crates/libc/src/fuchsia/
Daarch64.rs65 pub const MINSIGSTKSZ: ::size_t = 6144; constant
Dx86_64.rs152 pub const MINSIGSTKSZ: ::size_t = 2048; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dx86.rs46 pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 constant
Dpowerpc.rs47 pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 constant
Dpowerpc64.rs47 pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 constant
Darm.rs50 pub const MINSIGSTKSZ: ::size_t = 4096; // 1024 * 4 constant
Daarch64.rs146 pub const MINSIGSTKSZ: ::size_t = 4096; // 1024 * 4 constant
Driscv64.rs154 pub const MINSIGSTKSZ: ::size_t = 4096; // 1024 * 4 constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/
Dmod.rs316 pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 constant
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs228 pub const MINSIGSTKSZ: ::size_t = 2048; constant
/third_party/musl/arch/or1k/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs80 pub const MINSIGSTKSZ: ::c_int = 2048; constant
/third_party/musl/arch/powerpc64/bits/
Dsignal.h5 #define MINSIGSTKSZ 4096 macro
/third_party/musl/arch/riscv64/bits/
Dsignal.h5 # define MINSIGSTKSZ 2048 macro
/third_party/musl/arch/arm/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/arch/powerpc/bits/
Dsignal.h5 #define MINSIGSTKSZ 4096 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/arch/sh/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/arch/s390x/bits/
Dsignal.h5 #define MINSIGSTKSZ 4096 macro
/third_party/musl/arch/mipsn32/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/arch/microblaze/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/arch/mips64/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro

1234