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

References

projects/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
   75     if (sigact.sa_handler != SIG_DFL && sigact.sa_handler != SIG_IGN &&
projects/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
   69   } else if (PreviousHandler.sa_handler == SIG_IGN ||
projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
  254   const uptr sig_ign = (uptr)SIG_IGN;
tools/lldb/source/Host/common/Terminal.cpp
  155       saved_sigttou_callback = (void (*)(int))signal(SIGTTOU, SIG_IGN);
tools/lldb/tools/driver/Driver.cpp
  869   signal(SIGPIPE, SIG_IGN);
tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
  364   signal(SIGPIPE, SIG_IGN);
tools/lldb/tools/lldb-server/lldb-platform.cpp
  146   signal(SIGPIPE, SIG_IGN);
utils/unittest/googletest/src/gtest-death-test.cc
 1063   ignore_sigprof_action.sa_handler = SIG_IGN;