Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/bits/
A Dsigstksz.h27 # undef SIGSTKSZ
28 # define SIGSTKSZ sysconf (_SC_SIGSTKSZ) macro
32 # define MINSIGSTKSZ SIGSTKSZ
A Dsigstack.h30 #define SIGSTKSZ 8192 macro
/sysdeps/unix/sysv/linux/
A 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()
/sysdeps/unix/sysv/linux/ia64/
A Dsysconf-sigstksz.h24 _Static_assert (__builtin_constant_p (SIGSTKSZ), in sysconf_sigstksz()
26 return SIGSTKSZ; in sysconf_sigstksz()
/sysdeps/unix/sysv/linux/powerpc/bits/
A Dsigstack.h30 #define SIGSTKSZ 16384 macro
/sysdeps/unix/sysv/linux/sparc/bits/
A Dsigstack.h30 #define SIGSTKSZ 16384 macro
/sysdeps/unix/sysv/linux/aarch64/bits/
A Dsigstack.h30 #define SIGSTKSZ 16384 macro
/sysdeps/unix/sysv/linux/alpha/bits/
A Dsigstack.h30 #define SIGSTKSZ 16384 macro
/sysdeps/unix/sysv/linux/ia64/bits/
A Dsigstack.h34 #define SIGSTKSZ 262144 macro
/sysdeps/pthread/
A Dtst-cancel20.c183 ss.ss_sp = malloc (2 * SIGSTKSZ); in do_test()
190 ss.ss_size = 2 * SIGSTKSZ; in do_test()
A Dtst-cancel21.c219 ss.ss_sp = malloc (2 * SIGSTKSZ); in do_test()
226 ss.ss_size = 2 * SIGSTKSZ; in do_test()
/sysdeps/posix/
A Dsysconf.c1196 #ifdef SIGSTKSZ in __sysconf()
1197 return SIGSTKSZ; in __sysconf()

Completed in 10 milliseconds