HomeSort by relevance Sort by last modified time
    Searched refs:m_sequence_mutex (Results 1 - 5 of 5) sorted by null

  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.h 246 lldb_private::TrackingMutex m_sequence_mutex; member in class:GDBRemoteCommunication
248 lldb_private::Mutex m_sequence_mutex; // Restrict access to sending/receiving packets to a single thread at a time member in class:GDBRemoteCommunication
GDBRemoteCommunication.cpp 137 m_sequence_mutex (Mutex::eMutexTypeRecursive),
200 Mutex::Locker locker(m_sequence_mutex);
269 return locker.TryLock (m_sequence_mutex, failure_message);
271 locker.Lock (m_sequence_mutex);
GDBRemoteCommunicationClient.cpp 535 Mutex::Locker locker(m_sequence_mutex);
    [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.h 336 lldb_private::Mutex m_sequence_mutex; // Restrict access to sending/receiving packets to a single thread at a time member in class:CommunicationKDP
CommunicationKDP.cpp 46 m_sequence_mutex (Mutex::eMutexTypeRecursive),
73 Mutex::Locker locker(m_sequence_mutex);
115 Mutex::Locker locker(m_sequence_mutex);
211 return locker.TryLock (m_sequence_mutex);
224 Mutex::Locker locker(m_sequence_mutex);
    [all...]

Completed in 148 milliseconds