Home
last modified time | relevance | path

Searched defs:m_bytes_mutex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadedCommunication.h244 std::recursive_mutex m_bytes_mutex; ///< A mutex to protect multi-threaded variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h180 std::recursive_mutex m_bytes_mutex; variable