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

/vbox/src/VBox/Runtime/r3/
H A Dsocket.cpp1933 static int rtSocketPollUpdateEvents(RTSOCKETINT *pThis, uint32_t fEvents) function
1976 rc = rtSocketPollUpdateEvents(pThis, pThis->fSubscribedEvts | fEvents);
2083 int rc = rtSocketPollUpdateEvents(pThis, pThis->fPollEvts);

Completed in 303 milliseconds