Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A 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()
/sysdeps/x86/
A Ddl-minsigstacksize.h24 _Static_assert (__builtin_constant_p (MINSIGSTKSZ), in dl_check_minsigstacksize()
26 GLRO(dl_minsigstacksize) = MINSIGSTKSZ; in dl_check_minsigstacksize()
/sysdeps/unix/sysv/linux/bits/
A Dsigstksz.h31 # undef MINSIGSTKSZ
32 # define MINSIGSTKSZ SIGSTKSZ macro
A Dsigstack.h27 #define MINSIGSTKSZ 2048 macro
/sysdeps/unix/sysv/linux/x86/
A Ddl-minsigstacksize.h79 _Static_assert (__builtin_constant_p (MINSIGSTKSZ), in dl_check_minsigstacksize()
81 GLRO(dl_minsigstacksize) = MINSIGSTKSZ; in dl_check_minsigstacksize()
/sysdeps/unix/sysv/linux/powerpc/bits/
A Dsigstack.h27 #define MINSIGSTKSZ 4096 macro
/sysdeps/unix/sysv/linux/sparc/bits/
A Dsigstack.h27 #define MINSIGSTKSZ 4096 macro
/sysdeps/unix/sysv/linux/aarch64/bits/
A Dsigstack.h27 #define MINSIGSTKSZ 5120 macro
/sysdeps/unix/sysv/linux/alpha/bits/
A Dsigstack.h27 #define MINSIGSTKSZ 4096 macro
/sysdeps/unix/sysv/linux/ia64/bits/
A Dsigstack.h31 #define MINSIGSTKSZ 131027 macro
/sysdeps/pthread/
A 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()
/sysdeps/posix/
A Dsysconf.c1203 #ifdef MINSIGSTKSZ in __sysconf()
1204 return MINSIGSTKSZ; in __sysconf()

Completed in 9 milliseconds