Searched refs:SIGSYS (Results 1 – 12 of 12) sorted by relevance
37 #define SIGSYS 12 macro
66 #define SIGSYS 31 macro
78 #define SIGSYS 31 macro
165 signal(SIGSYS, crashHandler); /* 12: bad argument to system call */ in main()
61 #ifdef SIGSYS62 , SIGSYS
1019 #ifdef SIGSYS1020 signal(SIGSYS, SIG_DFL);
749 #ifdef SIGSYS in setup_signals()750 SIGNAL(SIGSYS, bad_signal); in setup_signals()
177 signal(SIGSYS, SIG_DFL); in ResetChildSignalHandlersToDefaults()686 success &= (signal(SIGSYS, handler) != SIG_ERR); in EnableInProcessStackDumping()
274 public static final int SIGSYS = placeholder(); field in OsConstants
463 #define VKI_SIGSYS SIGSYS
544 signal(SIGSYS, crashHandler); /* 12: bad argument to system call */
146 sans outdated "SIGUNUSED" which should be "SIGSYS".