Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.h149 std::recursive_mutex m_async_mutex; variable
H A DGDBRemoteClientBase.cpp357 : m_async_lock(comm.m_async_mutex, std::defer_lock), m_comm(comm), in Lock()