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

References

lib/Support/CrashRecoveryContext.cpp
  330   Handler.sa_flags = 0;
lib/Support/Unix/Signals.inc
  306       NewHandler.sa_flags = SA_NODEFER | SA_RESETHAND | SA_ONSTACK;
  310       NewHandler.sa_flags = SA_ONSTACK;
projects/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
   68   if (sigact.sa_flags & SA_SIGINFO) {
   81   sigact.sa_flags = SA_SIGINFO;
projects/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
   67   if (PreviousHandler.sa_flags & SA_SIGINFO) {
   84   Action.sa_flags = SA_SIGINFO;
projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
 1058 CHECK_STRUCT_SIZE_AND_OFFSET(sigaction, sa_flags);
projects/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
  208   sigact.sa_flags = SA_SIGINFO | SA_NODEFER;
  209   if (common_flags()->use_sigaltstack) sigact.sa_flags |= SA_ONSTACK;
projects/openmp/runtime/src/z_Linux_util.cpp
 1182     new_action.sa_flags = 0;
tools/lldb/source/Host/common/MainLoop.cpp
  313   new_action.sa_flags = SA_SIGINFO;
tools/lldb/unittests/Host/MainLoopTest.cpp
  146   sa.sa_flags = SA_SIGINFO; // important: no SA_RESTART