Home
last modified time | relevance | path

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

/netbsd/regress/sys/arch/arm/sigstackalign/
H A Dsigstackalign.c41 #define BLOCKSIZE (MINSIGSTKSZ + RANGE)
66 ss.ss_size = MINSIGSTKSZ + i; in main()
/netbsd/sys/sys/
H A Dsignal.h264 #define MINSIGSTKSZ 8192 /* minimum allowable stack */ macro
265 #define SIGSTKSZ (MINSIGSTKSZ + 32768) /* recommended stack size */
/netbsd/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.thread/
H A Dfiber_guard_page.d15 enum stackSize = MINSIGSTKSZ;
/netbsd/external/gpl3/gcc.old/dist/libgcc/
H A Dgeneric-morestack.c397 if (allocate < MINSIGSTKSZ) in allocate_segment()
398 allocate = ((MINSIGSTKSZ + overhead + pagesize - 1) in allocate_segment()
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Dgeneric-morestack.c397 if (allocate < MINSIGSTKSZ) in allocate_segment()
398 allocate = ((MINSIGSTKSZ + overhead + pagesize - 1) in allocate_segment()
/netbsd/sys/kern/
H A Dsys_sig.c714 } else if (nss->ss_size < MINSIGSTKSZ) in sigaltstack1()
/netbsd/external/gpl3/autoconf/dist/
H A Dmaint.mk575 MINSIGSTKSZ SA_NOCLDSTOP SA_NOCLDWAIT SA_NODEFER SA_ONSTACK \
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DSignals.inc261 const size_t AltStackSize = MINSIGSTKSZ + 64 * 1024;