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

/vbox/src/VBox/Runtime/r3/
H A Dpoll.cpp105 typedef struct RTPOLLSETINTERNAL struct
143 } RTPOLLSETINTERNAL; typedef in typeref:struct:RTPOLLSETINTERNAL
150 static int rtPollNoResumeWorker(RTPOLLSETINTERNAL *pThis, uint64_t MsStart, RTMSINTERVAL cMillies,
434 RTPOLLSETINTERNAL *pThis = hPollSet;
474 RTPOLLSETINTERNAL *pThis = hPollSet;
500 RTPOLLSETINTERNAL *pThis = (RTPOLLSETINTERNAL *)RTMemAlloc(sizeof(RTPOLLSETINTERNAL));
536 RTPOLLSETINTERNAL *pThis = hPollSet;
576 static bool rtPollSetOs2IsSocketInSet(RTPOLLSETINTERNAL *pThi
[all...]

Completed in 43 milliseconds