Home
last modified time | relevance | path

Searched refs:lhs_guard (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h280 std::lock_guard<std::recursive_mutex> lhs_guard(m_mutex); in ModuleSpecList()
290 std::lock_guard<std::recursive_mutex> lhs_guard(m_mutex, std::adopt_lock);
314 std::lock_guard<std::recursive_mutex> lhs_guard(m_mutex); in Append()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp184 std::lock_guard<std::mutex> lhs_guard(m_collection_mutex, std::adopt_lock); in operator =() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp32 std::lock_guard<std::recursive_mutex> lhs_guard(m_mutex, std::adopt_lock); in operator =() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp194 std::lock_guard<std::recursive_mutex> lhs_guard(m_modules_mutex); in ModuleList() local
205 std::lock_guard<std::recursive_mutex> lhs_guard(m_modules_mutex, in operator =() local