reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
235 if (int EC = pthread_sigmask(SIG_SETMASK, &FullSet, &SavedSet)) 250 EC = pthread_sigmask(SIG_SETMASK, &SavedSet, nullptr);tools/lldb/source/Host/common/MainLoop.cpp
154 int ret = pthread_sigmask(SIG_SETMASK, nullptr, &sigmask); 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,tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
134 pthread_sigmask(SIG_SETMASK, &set, nullptr) != 0)