Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp42 m_synchronize_mutex(), m_callback(nullptr), m_callback_baton(nullptr) { in ThreadedCommunication()
329 std::lock_guard<std::mutex> guard(m_synchronize_mutex); in ReadThread()
348 std::lock_guard<std::mutex> guard(m_synchronize_mutex); in SynchronizeWithReadThread()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DThreadedCommunication.h237 std::mutex m_synchronize_mutex; variable