Home
last modified time | relevance | path

Searched refs:m_async_thread_state_mutex (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp40 m_async_thread_state_mutex(), m_skip_acks(false) { in GDBRemoteCommunicationReplayServer()
131 std::lock_guard<std::recursive_mutex> guard(m_async_thread_state_mutex); in StartAsyncThread()
147 std::lock_guard<std::recursive_mutex> guard(m_async_thread_state_mutex); in StopAsyncThread()
H A DGDBRemoteCommunicationReplayServer.h72 std::recursive_mutex m_async_thread_state_mutex; variable
H A DProcessGDBRemote.h280 std::recursive_mutex m_async_thread_state_mutex; variable
H A DProcessGDBRemote.cpp291 m_async_thread_state_mutex(), m_thread_ids(), m_thread_pcs(), in ProcessGDBRemote()
3681 std::lock_guard<std::recursive_mutex> guard(m_async_thread_state_mutex); in StartAsyncThread()
3703 std::lock_guard<std::recursive_mutex> guard(m_async_thread_state_mutex); in StopAsyncThread()