Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h157 std::mutex m_fde_index_mutex; // and isolate the thread that does it variable
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp421 std::lock_guard<std::mutex> guard(m_fde_index_mutex); in GetFDEIndex()