Home
last modified time | relevance | path

Searched refs:m_unwind_mutex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwind.h27 std::lock_guard<std::recursive_mutex> guard(m_unwind_mutex); in Clear()
32 std::lock_guard<std::recursive_mutex> guard(m_unwind_mutex); in GetFrameCount()
52 std::lock_guard<std::recursive_mutex> guard(m_unwind_mutex); in GetFrameInfoAtIndex()
57 std::lock_guard<std::recursive_mutex> guard(m_unwind_mutex); in CreateRegisterContextForFrame()
77 std::recursive_mutex m_unwind_mutex; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.cpp36 std::lock_guard<std::recursive_mutex> guard(m_unwind_mutex); in DoClear()
59 std::unique_lock<std::recursive_mutex> guard(m_unwind_mutex); in DoGetFrameInfoAtIndex()