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

/vbox/src/VBox/Runtime/include/internal/
H A Dpipe.h80 * @param fHarvestEvents Set if we should check for pending events.
82 uint32_t rtPipePollDone(RTPIPE hPipe, uint32_t fEvents, bool fFinalEntry, bool fHarvestEvents);
H A Dsocket.h67 uint32_t rtSocketPollDone(RTSOCKET hSocket, uint32_t fEvents, bool fFinalEntry, bool fHarvestEvents);
/vbox/src/VBox/Runtime/r3/
H A Dpoll.cpp321 bool fHarvestEvents = true; local
329 pThis->paHandles[i].fFinalEntry, fHarvestEvents);
334 pThis->paHandles[i].fFinalEntry, fHarvestEvents);
342 && fHarvestEvents)
345 fHarvestEvents = false;
H A Dsocket.cpp2125 * @param fHarvestEvents Set if we should check for pending events.
2127 uint32_t rtSocketPollDone(RTSOCKET hSocket, uint32_t fEvents, bool fFinalEntry, bool fHarvestEvents) argument
2145 if ( !fHarvestEvents
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp1012 uint32_t rtPipePollDone(RTPIPE hPipe, uint32_t fEvents, bool fFinalEntry, bool fHarvestEvents) argument
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp1358 * @param fHarvestEvents Set if we should check for pending events.
1360 uint32_t rtPipePollDone(RTPIPE hPipe, uint32_t fEvents, bool fFinalEntry, bool fHarvestEvents) argument

Completed in 58 milliseconds