Home
last modified time | relevance | path

Searched refs:m_sequence_mutex (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h260 lldb_private::TrackingMutex m_sequence_mutex; variable
262 …lldb_private::Mutex m_sequence_mutex; // Restrict access to sending/receiving packets to a sing… variable
DGDBRemoteCommunication.cpp143 m_sequence_mutex (Mutex::eMutexTypeRecursive), in GDBRemoteCommunication()
205 Mutex::Locker locker(m_sequence_mutex); in SendPacket()
274 return locker.TryLock (m_sequence_mutex, failure_message); in GetSequenceMutex()
276 locker.Lock (m_sequence_mutex); in GetSequenceMutex()
DGDBRemoteCommunicationClient.cpp756 Mutex::Locker locker(m_sequence_mutex); in SendContinuePacketAndWaitForResponse()