Searched defs:_TSocketSetImpl (Results 1 – 3 of 3) sorted by relevance
2922 typedef struct _TSocketSetImpl struct2924 int m_MaxHandle; /* for select(), the largest descriptor in the set */2925 fd_set m_Set; /* the set of descriptors */
2892 typedef struct _TSocketSetImpl struct2894 int m_MaxHandle; /* for select(), the largest descriptor in the set */2895 fd_set m_Set; /* the set of descriptors */
2054 typedef struct _TSocketSetImpl struct2056 fd_set m_Set; /* the set of descriptors */
Completed in 30 milliseconds