Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Host/
H A DFile.h438 m_stream_mutex.lock(); in StreamIsValid()
439 return ValueGuard(m_stream_mutex, StreamIsValidUnlocked()); in StreamIsValid()
447 mutable std::mutex m_stream_mutex; variable
/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()