Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteClientBase.cpp306 m_comm.m_cv.notify_all(); in unlock()
318 m_comm.m_cv.wait(lock, [this] { return m_comm.m_async_count == 0; }); in lock()
372 m_comm.m_cv.wait(lock, [this] { return !m_comm.m_is_running; }); in SyncWithContinueThread()
385 m_comm.m_cv.notify_one(); in ~Lock()
DGDBRemoteClientBase.h104 std::condition_variable m_cv; variable