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

References

lib/Support/Unix/Signals.inc
  209   SIGHUP, SIGINT, SIGPIPE, SIGTERM, SIGUSR2
projects/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
  106     SetSigaction(SIGTERM, InterruptHandler);
projects/openmp/runtime/src/z_Linux_util.cpp
 1148     case SIGTERM:
 1234     __kmp_install_one_handler(SIGTERM, __kmp_team_handler, parallel_init);
tools/lldb/source/Host/common/Host.cpp
  350   case SIGTERM:
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  272   Host::Kill(pid, SIGTERM);
tools/lldb/source/Target/Platform.cpp
 1083   Host::Kill(pid, SIGTERM);