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

/vbox/src/VBox/Runtime/r3/
H A Dsocket.cpp161 uint32_t fSubscribedEvts; member in struct:RTSOCKETINT
418 pThis->fSubscribedEvts = 0;
1895 if (pThis->fSubscribedEvts)
1899 pThis->fSubscribedEvts = 0;
1945 pThis->fSubscribedEvts = fEvents;
1975 if ((pThis->fSubscribedEvts & fEvents) != fEvents)
1976 rc = rtSocketPollUpdateEvents(pThis, pThis->fSubscribedEvts | fEvents);
2081 && pThis->fSubscribedEvts != pThis->fPollEvts)

Completed in 48 milliseconds