Searched refs:MINSIGSTKSZ (Results 1 – 12 of 12) sorted by relevance
26 _Static_assert (__builtin_constant_p (MINSIGSTKSZ), in sysconf_sigstksz()28 if (minsigstacksize < MINSIGSTKSZ) in sysconf_sigstksz()29 minsigstacksize = MINSIGSTKSZ; in sysconf_sigstksz()
24 _Static_assert (__builtin_constant_p (MINSIGSTKSZ), in dl_check_minsigstacksize()26 GLRO(dl_minsigstacksize) = MINSIGSTKSZ; in dl_check_minsigstacksize()
31 # undef MINSIGSTKSZ32 # define MINSIGSTKSZ SIGSTKSZ macro
27 #define MINSIGSTKSZ 2048 macro
79 _Static_assert (__builtin_constant_p (MINSIGSTKSZ), in dl_check_minsigstacksize()81 GLRO(dl_minsigstacksize) = MINSIGSTKSZ; in dl_check_minsigstacksize()
27 #define MINSIGSTKSZ 4096 macro
27 #define MINSIGSTKSZ 5120 macro
31 #define MINSIGSTKSZ 131027 macro
48 && (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()
1203 #ifdef MINSIGSTKSZ in __sysconf()1204 return MINSIGSTKSZ; in __sysconf()
Completed in 9 milliseconds