Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Core/
H A DThreadedCommunication.h244 std::recursive_mutex m_bytes_mutex; ///< A mutex to protect multi-threaded variable
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h225 std::recursive_mutex m_bytes_mutex; variable
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h180 std::recursive_mutex m_bytes_mutex; global() variable