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

References

lib/Support/Unix/Process.inc
  235   if (int EC = pthread_sigmask(SIG_SETMASK, &FullSet, &SavedSet))
  250   EC = pthread_sigmask(SIG_SETMASK, &SavedSet, nullptr);
projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
 1713   internal_sigprocmask(SIG_SETMASK, &set, &old);
 1716   internal_sigprocmask(SIG_SETMASK, &old, nullptr);
projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
  436   internal_sigprocmask(SIG_SETMASK, &old_sigset, 0);
tools/lldb/source/Host/common/MainLoop.cpp
  154   int ret = pthread_sigmask(SIG_SETMASK, nullptr, &sigmask);
tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
  134       pthread_sigmask(SIG_SETMASK, &set, nullptr) != 0)