/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | sigstksz.h | 27 # undef SIGSTKSZ 28 # define SIGSTKSZ sysconf (_SC_SIGSTKSZ) macro 32 # define MINSIGSTKSZ SIGSTKSZ
|
D | sigstack.h | 30 #define SIGSTKSZ 8192 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | sysconf-sigstksz.h | 33 _Static_assert (__builtin_constant_p (SIGSTKSZ), in sysconf_sigstksz() 35 if (sigstacksize < SIGSTKSZ) in sysconf_sigstksz() 36 sigstacksize = SIGSTKSZ; in sysconf_sigstksz()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/ |
D | sysconf-sigstksz.h | 24 _Static_assert (__builtin_constant_p (SIGSTKSZ), in sysconf_sigstksz() 26 return SIGSTKSZ; in sysconf_sigstksz()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-cancel20.c | 183 ss.ss_sp = malloc (2 * SIGSTKSZ); in do_test() 190 ss.ss_size = 2 * SIGSTKSZ; in do_test()
|
D | tst-cancel21.c | 219 ss.ss_sp = malloc (2 * SIGSTKSZ); in do_test() 226 ss.ss_size = 2 * SIGSTKSZ; in do_test()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/bits/ |
D | sigstack.h | 34 #define SIGSTKSZ 262144 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/bits/ |
D | sigstack.h | 30 #define SIGSTKSZ 16384 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/ |
D | sigstack.h | 30 #define SIGSTKSZ 16384 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
D | sigstack.h | 30 #define SIGSTKSZ 16384 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/bits/ |
D | sigstack.h | 30 #define SIGSTKSZ 16384 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | sigstack.h | 30 #define SIGSTKSZ 16384 macro
|
/glibc-2.36/bits/ |
D | sigstack.h | 30 #define SIGSTKSZ (MINSIGSTKSZ + 32768) macro
|
/glibc-2.36/debug/ |
D | tst-longjmp_chk3.c | 27 static char buf[SIGSTKSZ * 4];
|
D | tst-longjmp_chk2.c | 64 char mystack[SIGSTKSZ]; in do_test()
|
/glibc-2.36/sysdeps/posix/ |
D | sysconf.c | 1196 #ifdef SIGSTKSZ in __sysconf() 1197 return SIGSTKSZ; in __sysconf()
|
/glibc-2.36/string/ |
D | tst-xbzero-opt.c | 294 co_stack_size = SIGSTKSZ + TEST_BUFFER_SIZE; in do_test()
|
/glibc-2.36/conform/data/ |
D | signal.h-data | 134 constant SIGSTKSZ
|
/glibc-2.36/manual/ |
D | creature.texi | 314 MINSIGSTKSZ, SIGSTKSZ and PTHREAD_STACK_MIN are defined.
|
D | signal.texi | 3108 danger that it will overflow in turn; the macro @code{SIGSTKSZ} is 3143 @item SIGSTKSZ 3152 For most cases, just using @code{SIGSTKSZ} for @code{ss_size} is
|
D | conf.texi | 935 from the legacy @code{SIGSTKSZ} constant. Programs requiring stronger
|
/glibc-2.36/ |
D | NEWS | 557 or _GNU_SOURCE are defined, MINSIGSTKSZ and SIGSTKSZ are no longer 559 and SIGSTKSZ is redefined to sysconf (_SC_SIGSTKSZ). This supports
|
/glibc-2.36/posix/ |
D | tst-regex.input | 205 MINSIGSTKZ and SIGSTKSZ. Definitions match BSD. 2750 SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.8 | 205 MINSIGSTKZ and SIGSTKSZ. Definitions match BSD. 2750 SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
|
D | ChangeLog.23 | 1421 posix: Add sysconf(_SC_{MIN,}SIGSTKSZ) support 3921 [__USE_SC_SIGSTKSZ && __USE_SC_SIGSTKSZ](SIGSTKSZ): Remove. 3924 [__USE_DYNAMIC_STACK_SIZE && __USE_DYNAMIC_STACK_SIZE](SIGSTKSZ): New.
|