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
  104     SetSigaction(SIGINT, InterruptHandler);
projects/openmp/runtime/src/z_Linux_util.cpp
 1138     case SIGINT:
 1224     __kmp_install_one_handler(SIGINT, __kmp_team_handler, parallel_init);
tools/lldb/source/Host/common/Host.cpp
  314   case SIGINT:
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  210       Host::Kill(debugserver_pid, SIGINT);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 3591     Host::Kill(m_debugserver_pid, SIGINT);
tools/lldb/tools/driver/Driver.cpp
  867   signal(SIGINT, sigint_handler);