Home
last modified time | relevance | path

Searched refs:MINSIGSTKSZ (Results 1 - 25 of 94) sorted by relevance

1234

/third_party/musl/libc-test/src/regression/
H A Dsigaltstack.c48 ss.ss_size = MINSIGSTKSZ-1; in main()
50 t_error("sigaltstack with stack size < MINSIGSTKSZ should have failed with ENOMEM, " in main()
54 ss.ss_size = MINSIGSTKSZ; in main()
/third_party/musl/src/conf/
H A Dsysconf.c223 if (val < MINSIGSTKSZ) val = MINSIGSTKSZ; in sysconf()
225 val += SIGSTKSZ - MINSIGSTKSZ; in sysconf()
/third_party/musl/src/signal/
H A Dsigaltstack.c10 if (!(ss->ss_flags & SS_DISABLE) && ss->ss_size < MINSIGSTKSZ) { in sigaltstack()
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigaltstack.c11 if (!(ss->ss_flags & SS_DISABLE) && ss->ss_size < MINSIGSTKSZ) { in sigaltstack()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H A D16-1-buildonly.c19 static int dummy13 = MINSIGSTKSZ;
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
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 Dx86.rs46 pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 consts
H A Darm.rs50 pub const MINSIGSTKSZ: ::size_t = 4096; // 1024 * 4 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/sh/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/rust/crates/libc/src/fuchsia/
H A Daarch64.rs65 pub const MINSIGSTKSZ: ::size_t = 6144; consts
/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/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/mips64/bits/
H A Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsignal.h5 #define MINSIGSTKSZ 2048 macro

Completed in 8 milliseconds

1234