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

/vbox/src/VBox/Runtime/r3/
H A Dpoll.cpp622 * @param iInsert The insertion point.
627 static void rtPollSetOs2AddSocket(RTPOLLSETINTERNAL *pThis, uint16_t iInsert, uint16_t *pcFds, int fd) argument
629 Assert(!rtPollSetOs2IsSocketInSet(pThis, iInsert - *pcFds, *pcFds, fd));
632 memmove(&pThis->pafdSelect[iInsert + 1],
633 &pThis->pafdSelect[iInsert],
634 pThis->cReadSockets + pThis->cWriteSockets + pThis->cXcptSockets + 1 - iInsert);
635 pThis->pafdSelect[iInsert] = fd;

Completed in 3037 milliseconds