Home
last modified time | relevance | path

Searched refs:m_async_mutex (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h402 lldb_private::Mutex m_async_mutex; variable
DGDBRemoteCommunicationClient.cpp72 m_async_mutex (Mutex::eMutexTypeRecursive), in GDBRemoteCommunicationClient()
333 Mutex::Locker async_locker (m_async_mutex); in SendPacketAndWaitForResponse()
812 Mutex::Locker async_locker (m_async_mutex); in SendAsyncSignal()