Home
last modified time | relevance | path

Searched refs:MINSIGSTKSZ (Results 1 – 25 of 35) sorted by relevance

12

/third_party/boost/libs/context/src/posix/
Dstack_traits.cpp34 #if !defined (MINSIGSTKSZ)
35 # define MINSIGSTKSZ (131072) // 128kb recommended stack size macro
101 return MINSIGSTKSZ; in minimum_size()
121 # undef MINSIGSTKSZ
/third_party/musl/libc-test/src/regression/
Dsigaltstack.c48 ss.ss_size = MINSIGSTKSZ-1; in main()
54 ss.ss_size = MINSIGSTKSZ; in main()
/third_party/musl/src/signal/
Dsigaltstack.c8 if (!(ss->ss_flags & SS_DISABLE) && ss->ss_size < MINSIGSTKSZ) { in sigaltstack()
/third_party/musl/porting/liteos_a/user/src/signal/
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/
D16-1-buildonly.c19 static int dummy13 = MINSIGSTKSZ;
/third_party/musl/arch/or1k/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/arch/sh/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/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_a/kernel/include/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/arch/arm/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/arch/powerpc64/bits/
Dsignal.h5 #define MINSIGSTKSZ 4096 macro
/third_party/musl/arch/powerpc/bits/
Dsignal.h5 #define MINSIGSTKSZ 4096 macro
/third_party/musl/arch/s390x/bits/
Dsignal.h5 #define MINSIGSTKSZ 4096 macro
/third_party/musl/arch/riscv64/bits/
Dsignal.h5 # define MINSIGSTKSZ 2048 macro
/third_party/musl/arch/microblaze/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/arch/mipsn32/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/arch/mips/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/arch/mips64/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/arch/m68k/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/abseil-cpp/absl/debugging/internal/
Dstack_consumption.cc165 old_sigstk.ss_size = MINSIGSTKSZ; in GetSignalHandlerStackConsumption()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Dstack_consumption.cc165 old_sigstk.ss_size = MINSIGSTKSZ; in GetSignalHandlerStackConsumption()
/third_party/musl/arch/i386/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro
/third_party/musl/arch/x86_64/bits/
Dsignal.h5 #define MINSIGSTKSZ 2048 macro

12