Searched refs:ErrorExitCode (Results 1 – 2 of 2) sorted by relevance
215 exit(Options.ErrorExitCode); in CrashCallback()261 _Exit(Options.ErrorExitCode); // Stop right now. in RssLimitCallback()637 _Exit(Options.ErrorExitCode); // not exit() to disable lsan further on. in TryDetectingAMemoryLeak()
211 int ErrorExitCode = 77; member