Home
last modified time | relevance | path

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

12

/glibc-2.36/sysdeps/unix/sysv/linux/
Dsysconf-sigstksz.h26 _Static_assert (__builtin_constant_p (MINSIGSTKSZ), in sysconf_sigstksz()
28 if (minsigstacksize < MINSIGSTKSZ) in sysconf_sigstksz()
29 minsigstacksize = MINSIGSTKSZ; in sysconf_sigstksz()
/glibc-2.36/signal/
Dtst-minsigstksz-5.c46 void *stack_bottom = stack_buffer + (stack_buffer_size + MINSIGSTKSZ) / 2; in do_test()
47 void *stack_top = stack_bottom + MINSIGSTKSZ; in do_test()
51 .ss_size = MINSIGSTKSZ, in do_test()
/glibc-2.36/bits/
Dsigstack.h27 #define MINSIGSTKSZ 8192 macro
30 #define SIGSTKSZ (MINSIGSTKSZ + 32768)
/glibc-2.36/sysdeps/x86/
Ddl-minsigstacksize.h24 _Static_assert (__builtin_constant_p (MINSIGSTKSZ), in dl_check_minsigstacksize()
26 GLRO(dl_minsigstacksize) = MINSIGSTKSZ; in dl_check_minsigstacksize()
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsigstksz.h31 # undef MINSIGSTKSZ
32 # define MINSIGSTKSZ SIGSTKSZ macro
Dsigstack.h27 #define MINSIGSTKSZ 2048 macro
/glibc-2.36/sysdeps/pthread/
Dtst-signal6.c48 && (uintptr_t) ti[i].p + 2 * MINSIGSTKSZ > (uintptr_t) &self) in handler()
90 void *p = malloc (2 * MINSIGSTKSZ); in tf()
99 s.ss_size = 2 * MINSIGSTKSZ; in tf()
/glibc-2.36/sysdeps/unix/sysv/linux/x86/
Ddl-minsigstacksize.h79 _Static_assert (__builtin_constant_p (MINSIGSTKSZ), in dl_check_minsigstacksize()
81 GLRO(dl_minsigstacksize) = MINSIGSTKSZ; in dl_check_minsigstacksize()
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/bits/
Dsigstack.h31 #define MINSIGSTKSZ 131027 macro
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/bits/
Dsigstack.h27 #define MINSIGSTKSZ 5120 macro
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/
Dsigstack.h27 #define MINSIGSTKSZ 4096 macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dsigstack.h27 #define MINSIGSTKSZ 4096 macro
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/bits/
Dsigstack.h27 #define MINSIGSTKSZ 4096 macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dsigstack.h27 #define MINSIGSTKSZ 4096 macro
/glibc-2.36/include/bits/
Dsigstack.h4 # define CONSTANT_MINSIGSTKSZ MINSIGSTKSZ
/glibc-2.36/sysdeps/posix/
Dsysconf.c1203 #ifdef MINSIGSTKSZ in __sysconf()
1204 return MINSIGSTKSZ; in __sysconf()
/glibc-2.36/conform/data/
Dsignal.h-data133 constant MINSIGSTKSZ
/glibc-2.36/manual/
Dcreature.texi314 MINSIGSTKSZ, SIGSTKSZ and PTHREAD_STACK_MIN are defined.
Dsignal.texi3147 @item MINSIGSTKSZ
3155 you should allocate @code{MINSIGSTKSZ} additional bytes for the signal
3199 It must be greater than @code{MINSIGSTKSZ}.
/glibc-2.36/
DNEWS557 or _GNU_SOURCE are defined, MINSIGSTKSZ and SIGSTKSZ are no longer
558 constant on Linux. MINSIGSTKSZ is redefined to sysconf(_SC_MINSIGSTKSZ)
/glibc-2.36/ChangeLog.old/
DChangeLog.144713 * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h (MINSIGSTKSZ): Go
5493 * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h (MINSIGSTKSZ):
DChangeLog.233871 support: Replace MINSIGSTKSZ with sysconf (_SC_MINSIGSTKSZ)
3922 [__USE_SC_SIGSTKSZ && __USE_SC_SIGSTKSZ](MINSIGSTKSZ): Remove.
3925 [__USE_DYNAMIC_STACK_SIZE && __USE_DYNAMIC_STACK_SIZE](MINSIGSTKSZ): New.
DChangeLog.82750 SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
DChangeLog.13132 * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h (MINSIGSTKSZ,
/glibc-2.36/posix/
Dtst-regex.input2750 SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.

12