Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h246 lldb_private::TrackingMutex m_sequence_mutex; variable
248 …lldb_private::Mutex m_sequence_mutex; // Restrict access to sending/receiving packets to a sing… variable
DGDBRemoteCommunication.cpp137 m_sequence_mutex (Mutex::eMutexTypeRecursive), in GDBRemoteCommunication()
200 Mutex::Locker locker(m_sequence_mutex); in SendPacket()
269 return locker.TryLock (m_sequence_mutex, failure_message); in GetSequenceMutex()
271 locker.Lock (m_sequence_mutex); in GetSequenceMutex()
DGDBRemoteCommunicationClient.cpp535 Mutex::Locker locker(m_sequence_mutex); in SendContinuePacketAndWaitForResponse()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp46 m_sequence_mutex (Mutex::eMutexTypeRecursive), in CommunicationKDP()
73 Mutex::Locker locker(m_sequence_mutex); in SendRequestPacket()
115 Mutex::Locker locker(m_sequence_mutex); in SendRequestAndGetReply()
211 return locker.TryLock (m_sequence_mutex); in GetSequenceMutex()
224 Mutex::Locker locker(m_sequence_mutex); in WaitForPacketWithTimeoutMicroSeconds()
DCommunicationKDP.h336 …lldb_private::Mutex m_sequence_mutex; // Restrict access to sending/receiving packets to a sing… variable