Home
last modified time | relevance | path

Searched defs:MINSIGSTKSZ (Results 1 - 25 of 83) sorted by relevance

1234

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

Completed in 10 milliseconds

1234