Searched defs:cFds (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dpoll.cpp573 * @param cFds The number of sockets to check.
576 static bool rtPollSetOs2IsSocketInSet(RTPOLLSETINTERNAL *pThis, uint16_t iStart, uint16_t cFds, int fd) argument
579 while (cFds-- > 0)
599 uint16_t cFds = *pcFds; local
600 while (cFds-- > 0)

Completed in 1687 milliseconds