Home
last modified time | relevance | path

Searched refs:m_bytes_mutex (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Core/
DCommunication.cpp42 m_bytes_mutex (Mutex::eMutexTypeRecursive), in Communication()
276 Mutex::Locker locker(m_bytes_mutex); in GetCachedBytes()
310 Mutex::Locker locker(m_bytes_mutex); in AppendBytesToCache()
/external/lldb/include/lldb/Core/
DCommunication.h354 Mutex m_bytes_mutex; ///< A mutex to protect multi-threaded access to the cached bytes. variable
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp341 Mutex::Locker locker(m_bytes_mutex); in CheckForPacket()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp287 Mutex::Locker locker(m_bytes_mutex); in CheckForPacket()