Searched refs:SIGSTKSZ (Results 1 – 12 of 12) sorted by relevance
83 #if !defined MINSIGSTKSZ || !defined SIGSTKSZ85 #define SIGSTKSZ 8192 macro
123 ss.ss_sp = malloc (2 * SIGSTKSZ); in main()130 ss.ss_size = 2 * SIGSTKSZ; in main()
23 #define SIGSTKSZ 16384 macro
29 && ($2 !~ /^SIGRTMIN$/) && ($2 !~ /^SIGRTMAX$/) && ($2 !~ /^SIGSTKSZ$/) \
17 static const int size = SIGSTKSZ*2; in main()
94 #define SIGSTKSZ 8192 macro
91 #define SIGSTKSZ 8192 macro
141 static const uptr kAltStackSize = SIGSTKSZ * 4; // SIGSTKSZ is not enough.
147 static const unsigned kSigStackSize = std::max(16384, SIGSTKSZ); in InstallAlternateStackLocked()
406 #define VKI_SIGSTKSZ SIGSTKSZ
617 SIGEV_THREAD SIGSTKSZ SIG_BLOCK SIG_SETMASK SIG_UNBLOCK SS_DISABLE \