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

/vbox/src/VBox/Runtime/r3/
H A Dsocket.cpp1966 static uint32_t rtSocketPollCheck(RTSOCKETINT *pThis, uint32_t fEvents) function
2070 /* (rtSocketPollCheck will reset the event object). */
2074 fRetEvents |= rtSocketPollCheck(pThis, fEvents);
2092 uint32_t fRetEvents = rtSocketPollCheck(pThis, fEvents);
2136 uint32_t fRetEvents = rtSocketPollCheck(pThis, fEvents);

Completed in 2316 milliseconds