Searched refs:SIGSTKSZ (Results 1 – 12 of 12) sorted by relevance
27 # undef SIGSTKSZ28 # define SIGSTKSZ sysconf (_SC_SIGSTKSZ) macro32 # define MINSIGSTKSZ SIGSTKSZ
30 #define SIGSTKSZ 8192 macro
33 _Static_assert (__builtin_constant_p (SIGSTKSZ), in sysconf_sigstksz()35 if (sigstacksize < SIGSTKSZ) in sysconf_sigstksz()36 sigstacksize = SIGSTKSZ; in sysconf_sigstksz()
24 _Static_assert (__builtin_constant_p (SIGSTKSZ), in sysconf_sigstksz()26 return SIGSTKSZ; in sysconf_sigstksz()
30 #define SIGSTKSZ 16384 macro
34 #define SIGSTKSZ 262144 macro
183 ss.ss_sp = malloc (2 * SIGSTKSZ); in do_test()190 ss.ss_size = 2 * SIGSTKSZ; in do_test()
219 ss.ss_sp = malloc (2 * SIGSTKSZ); in do_test()226 ss.ss_size = 2 * SIGSTKSZ; in do_test()
1196 #ifdef SIGSTKSZ in __sysconf()1197 return SIGSTKSZ; in __sysconf()
Completed in 10 milliseconds