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

/vbox/src/VBox/Runtime/r3/
H A Dpoll.cpp94 bool fFinalEntry; member in struct:RTPOLLSETHNDENT
183 pThis->paHandles[i].fFinalEntry, fNoWait);
188 pThis->paHandles[i].fFinalEntry, fNoWait);
221 pThis->paHandles[i].fFinalEntry, false);
226 pThis->paHandles[i].fFinalEntry, false);
329 pThis->paHandles[i].fFinalEntry, fHarvestEvents);
334 pThis->paHandles[i].fFinalEntry, fHarvestEvents);
843 pThis->paHandles[i].fFinalEntry = true;
847 Assert(pThis->paHandles[i].fFinalEntry);
848 pThis->paHandles[i].fFinalEntry
903 bool const fFinalEntry = pThis->paHandles[i].fFinalEntry; local
[all...]
H A Dsocket.cpp2046 * @param fFinalEntry Set if this is the final entry for this handle
2055 uint32_t rtSocketPollStart(RTSOCKET hSocket, RTPOLLSET hPollSet, uint32_t fEvents, bool fFinalEntry, bool fNoWait) argument
2080 if ( fFinalEntry
2119 * @param fFinalEntry Set if this is the final entry for this handle
2127 uint32_t rtSocketPollDone(RTSOCKET hSocket, uint32_t fEvents, bool fFinalEntry, bool fHarvestEvents) argument
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp979 uint32_t rtPipePollStart(RTPIPE hPipe, RTPOLLSET hPollSet, uint32_t fEvents, bool fFinalEntry, bool fNoWait) argument
1012 uint32_t rtPipePollDone(RTPIPE hPipe, uint32_t fEvents, bool fFinalEntry, bool fHarvestEvents) argument
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp1272 * @param fFinalEntry Set if this is the final entry for this handle
1278 uint32_t rtPipePollStart(RTPIPE hPipe, RTPOLLSET hPollSet, uint32_t fEvents, bool fFinalEntry, bool fNoWait) argument
1352 * @param fFinalEntry Set if this is the final entry for this handle
1360 uint32_t rtPipePollDone(RTPIPE hPipe, uint32_t fEvents, bool fFinalEntry, bool fHarvestEvents) argument

Completed in 43 milliseconds