Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h315 lldb_private::Mutex m_last_stop_packet_mutex; variable
DProcessGDBRemote.cpp246 m_last_stop_packet_mutex (Mutex::eMutexTypeNormal), in ProcessGDBRemote()
1980 lldb_private::Mutex::Locker locker (m_last_stop_packet_mutex); in SetLastStopPacket()