reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/Unix/Program.inc
  319       _exit(errno == ENOENT ? 127 : 126);
projects/openmp/runtime/src/kmp_runtime.cpp
  433     _exit(3); // Just in case, if signal ignored, exit anyway.
tools/lld/Common/ErrorHandler.cpp
   63   _exit(val);
tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
   55   _exit(1);
tools/lldb/tools/driver/Driver.cpp
  715   _exit(signo);
utils/unittest/googlemock/src/gmock-spec-builders.cc
  587       _exit(1);  // We cannot call exit() as it is not reentrant and
utils/unittest/googletest/src/gtest-death-test.cc
  273     _exit(1);
  498   _exit(1);  // Exits w/o any normal exit hooks (we were supposed to crash)
 1102       _exit(0);