Searched refs:MINSIGSTKSZ (Results 1 – 19 of 19) sorted by relevance
97 # define MINSIGSTKSZ 131027 /* min. stack size for sigaltstack() */ macro99 # define MINSIGSTKSZ 131072 /* min. stack size for sigaltstack() */ macro
83 #if !defined MINSIGSTKSZ || !defined SIGSTKSZ84 #define MINSIGSTKSZ 2048 macro
22 #define MINSIGSTKSZ 5120 macro
68 #define MINSIGSTKSZ 2048 macro
95 #define MINSIGSTKSZ 2048 macro
87 #define MINSIGSTKSZ 2048 macro
92 #define MINSIGSTKSZ 2048 macro
83 #define MINSIGSTKSZ 2048 macro
93 #define MINSIGSTKSZ 2048 macro
85 #define MINSIGSTKSZ 2048 macro
86 #define MINSIGSTKSZ 2048 macro
90 #define MINSIGSTKSZ 2048 macro
87 #define MINSIGSTKSZ 4096 macro
88 #define MINSIGSTKSZ 2048 macro
100 #define MINSIGSTKSZ 2048 macro
150 #define MINSIGSTKSZ 4096 macro
3134 if (ss_size < MINSIGSTKSZ) in do_sigaltstack()