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