Home
last modified time | relevance | path

Searched refs:rhs_guard (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DModuleSpec.h281 std::lock_guard<std::recursive_mutex> rhs_guard(rhs.m_mutex); in ModuleSpecList()
291 std::lock_guard<std::recursive_mutex> rhs_guard(rhs.m_mutex,
315 std::lock_guard<std::recursive_mutex> rhs_guard(rhs.m_mutex); in Append()
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp185 std::lock_guard<std::mutex> rhs_guard(rhs.m_collection_mutex, std::adopt_lock); in operator =() local
/openbsd/gnu/llvm/lldb/source/Target/
H A DSectionLoadList.cpp33 std::lock_guard<std::recursive_mutex> rhs_guard(rhs.m_mutex, std::adopt_lock); in operator =() local
H A DThreadList.cpp43 std::lock_guard<std::recursive_mutex> rhs_guard(rhs.GetMutex(), in operator =() local
/openbsd/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp199 std::lock_guard<std::recursive_mutex> rhs_guard(rhs.m_modules_mutex); in ModuleList() local
211 std::lock_guard<std::recursive_mutex> rhs_guard(rhs.m_modules_mutex, in operator =() local