Home
last modified time | relevance | path

Searched refs:SIGSTKSZ (Results 1 – 25 of 27) sorted by relevance

12

/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsigstksz.h27 # undef SIGSTKSZ
28 # define SIGSTKSZ sysconf (_SC_SIGSTKSZ) macro
32 # define MINSIGSTKSZ SIGSTKSZ
Dsigstack.h30 #define SIGSTKSZ 8192 macro
/glibc-2.36/sysdeps/unix/sysv/linux/
Dsysconf-sigstksz.h33 _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/
Dsysconf-sigstksz.h24 _Static_assert (__builtin_constant_p (SIGSTKSZ), in sysconf_sigstksz()
26 return SIGSTKSZ; in sysconf_sigstksz()
/glibc-2.36/sysdeps/pthread/
Dtst-cancel20.c183 ss.ss_sp = malloc (2 * SIGSTKSZ); in do_test()
190 ss.ss_size = 2 * SIGSTKSZ; in do_test()
Dtst-cancel21.c219 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/
Dsigstack.h34 #define SIGSTKSZ 262144 macro
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/bits/
Dsigstack.h30 #define SIGSTKSZ 16384 macro
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/
Dsigstack.h30 #define SIGSTKSZ 16384 macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dsigstack.h30 #define SIGSTKSZ 16384 macro
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/bits/
Dsigstack.h30 #define SIGSTKSZ 16384 macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dsigstack.h30 #define SIGSTKSZ 16384 macro
/glibc-2.36/bits/
Dsigstack.h30 #define SIGSTKSZ (MINSIGSTKSZ + 32768) macro
/glibc-2.36/debug/
Dtst-longjmp_chk3.c27 static char buf[SIGSTKSZ * 4];
Dtst-longjmp_chk2.c64 char mystack[SIGSTKSZ]; in do_test()
/glibc-2.36/sysdeps/posix/
Dsysconf.c1196 #ifdef SIGSTKSZ in __sysconf()
1197 return SIGSTKSZ; in __sysconf()
/glibc-2.36/string/
Dtst-xbzero-opt.c294 co_stack_size = SIGSTKSZ + TEST_BUFFER_SIZE; in do_test()
/glibc-2.36/conform/data/
Dsignal.h-data134 constant SIGSTKSZ
/glibc-2.36/manual/
Dcreature.texi314 MINSIGSTKSZ, SIGSTKSZ and PTHREAD_STACK_MIN are defined.
Dsignal.texi3108 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
Dconf.texi935 from the legacy @code{SIGSTKSZ} constant. Programs requiring stronger
/glibc-2.36/
DNEWS557 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/
Dtst-regex.input205 MINSIGSTKZ and SIGSTKSZ. Definitions match BSD.
2750 SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
/glibc-2.36/ChangeLog.old/
DChangeLog.8205 MINSIGSTKZ and SIGSTKSZ. Definitions match BSD.
2750 SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
DChangeLog.231421 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.

12