Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h433 m_descriptor_mutex.lock(); in DescriptorIsValid()
434 return ValueGuard(m_descriptor_mutex, DescriptorIsValidUnlocked()); in DescriptorIsValid()
444 mutable std::mutex m_descriptor_mutex; variable
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp251 std::scoped_lock<std::mutex, std::mutex> lock(m_descriptor_mutex, m_stream_mutex); in IsValid()
316 std::scoped_lock<std::mutex, std::mutex> lock(m_descriptor_mutex, m_stream_mutex); in Close()