Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2277 uint32_t GetIOHandlerID() const { return m_iohandler_sync.GetValue(); } in GetIOHandlerID()
3125 Predicate<uint32_t> m_iohandler_sync; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp472 m_profile_data_comm_mutex(), m_profile_data(), m_iohandler_sync(0), in Process()
668 auto Result = m_iohandler_sync.WaitForValueNotEqualTo(iohandler_id, timeout); in SyncIOHandler()
3936 m_iohandler_sync.SetValue(m_iohandler_sync.GetValue() + 1, in HandlePrivateEvent()
3939 __FUNCTION__, m_iohandler_sync.GetValue()); in HandlePrivateEvent()