Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DModuleSpec.h286 std::lock_guard<std::recursive_mutex> lhs_guard(m_mutex); in ModuleSpecList()
296 std::lock_guard<std::recursive_mutex> lhs_guard(m_mutex, std::adopt_lock);
320 std::lock_guard<std::recursive_mutex> lhs_guard(m_mutex); in Append()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationCollection.cpp182 std::lock_guard<std::mutex> lhs_guard(m_collection_mutex, std::adopt_lock); in operator =() local
/external/llvm-project/lldb/source/Target/
DSectionLoadList.cpp31 std::lock_guard<std::recursive_mutex> lhs_guard(m_mutex, std::adopt_lock); in operator =() local
/external/llvm-project/lldb/source/Core/
DModuleList.cpp139 std::lock_guard<std::recursive_mutex> lhs_guard(m_modules_mutex); in ModuleList() local
150 std::lock_guard<std::recursive_mutex> lhs_guard(m_modules_mutex, in operator =() local