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

References

lib/Support/CrashRecoveryContext.cpp
  320   sigprocmask(SIG_UNBLOCK, &SigMask, nullptr);
lib/Support/Unix/Signals.inc
  354   sigprocmask(SIG_UNBLOCK, &SigMask, nullptr);
tools/lldb/source/Host/common/MainLoop.cpp
  336   ret = pthread_sigmask(HAVE_SYS_EVENT_H ? SIG_UNBLOCK : SIG_BLOCK,
  364   int ret = pthread_sigmask(it->second.was_blocked ? SIG_BLOCK : SIG_UNBLOCK,