Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DCommunication.cpp45 m_bytes_mutex(), m_write_mutex(), m_synchronize_mutex(), in Communication()
375 std::lock_guard<std::mutex> guard(comm->m_synchronize_mutex); in ReadThread()
394 std::lock_guard<std::mutex> guard(m_synchronize_mutex); in SynchronizeWithReadThread()
/external/llvm-project/lldb/include/lldb/Core/
DCommunication.h313 std::mutex m_synchronize_mutex; variable