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

References

tools/lldb/include/lldb/Target/Unwind.h
   27     std::lock_guard<std::recursive_mutex> guard(m_unwind_mutex);
   32     std::lock_guard<std::recursive_mutex> guard(m_unwind_mutex);
   52     std::lock_guard<std::recursive_mutex> guard(m_unwind_mutex);
   57     std::lock_guard<std::recursive_mutex> guard(m_unwind_mutex);
tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
   34   std::lock_guard<std::recursive_mutex> guard(m_unwind_mutex);
   57   std::unique_lock<std::recursive_mutex> guard(m_unwind_mutex);