Searched refs:m_fd_map (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DSelectHelper.cpp40 : m_fd_map(), m_end_time() // Infinite timeout unless
50 m_fd_map[fd].read_set = true;
54 m_fd_map[fd].write_set = true;
58 m_fd_map[fd].error_set = true;
62 auto pos = m_fd_map.find(fd);
63 if (pos != m_fd_map.end())
70 auto pos = m_fd_map.find(fd);
71 if (pos != m_fd_map.end())
78 auto pos = m_fd_map.find(fd);
79 if (pos != m_fd_map
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSelectHelper.h67 llvm::DenseMap<lldb::socket_t, FDInfo> m_fd_map; member in class:SelectHelper

Completed in 112 milliseconds