/third_party/musl/libc-test/src/regression/ |
D | sigaltstack.c | 48 ss.ss_size = MINSIGSTKSZ-1; in main() 54 ss.ss_size = MINSIGSTKSZ; in main()
|
/third_party/musl/src/signal/ |
D | sigaltstack.c | 8 if (!(ss->ss_flags & SS_DISABLE) && ss->ss_size < MINSIGSTKSZ) { in sigaltstack()
|
/third_party/musl/porting/liteos_a/user/src/signal/ |
D | sigaltstack.c | 11 if (!(ss->ss_flags & SS_DISABLE) && ss->ss_size < MINSIGSTKSZ) { in sigaltstack()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
D | 16-1-buildonly.c | 19 static int dummy13 = MINSIGSTKSZ;
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | x86.rs | 46 pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 constant
|
D | powerpc64.rs | 47 pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 constant
|
D | powerpc.rs | 47 pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 constant
|
D | arm.rs | 50 pub const MINSIGSTKSZ: ::size_t = 4096; // 1024 * 4 constant
|
/third_party/musl/arch/or1k/bits/ |
D | signal.h | 5 #define MINSIGSTKSZ 2048 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | signal.h | 5 #define MINSIGSTKSZ 2048 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | signal.h | 5 #define MINSIGSTKSZ 2048 macro
|
/third_party/musl/arch/arm/bits/ |
D | signal.h | 5 #define MINSIGSTKSZ 2048 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | signal.h | 5 #define MINSIGSTKSZ 2048 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | signal.h | 5 #define MINSIGSTKSZ 2048 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | signal.h | 5 #define MINSIGSTKSZ 4096 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | signal.h | 5 #define MINSIGSTKSZ 4096 macro
|
/third_party/musl/arch/s390x/bits/ |
D | signal.h | 5 #define MINSIGSTKSZ 4096 macro
|
/third_party/musl/arch/sh/bits/ |
D | signal.h | 5 #define MINSIGSTKSZ 2048 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | signal.h | 5 # define MINSIGSTKSZ 2048 macro
|
/third_party/musl/arch/microblaze/bits/ |
D | signal.h | 5 #define MINSIGSTKSZ 2048 macro
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | aarch64.rs | 65 pub const MINSIGSTKSZ: ::size_t = 6144; constant
|
/third_party/musl/arch/mips64/bits/ |
D | signal.h | 5 #define MINSIGSTKSZ 2048 macro
|
/third_party/musl/arch/mips/bits/ |
D | signal.h | 5 #define MINSIGSTKSZ 2048 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | signal.h | 5 #define MINSIGSTKSZ 2048 macro
|
/third_party/musl/arch/m68k/bits/ |
D | signal.h | 5 #define MINSIGSTKSZ 2048 macro
|