Searched refs:rtPipePollDone (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A Dpipe.h82 uint32_t rtPipePollDone(RTPIPE hPipe, uint32_t fEvents, bool fFinalEntry, bool fHarvestEvents);
/vbox/src/VBox/Runtime/r3/
H A Dpoll.cpp220 rtPipePollDone(pThis->paHandles[i].u.hPipe, pThis->paHandles[i].fEvents,
328 fEvents = rtPipePollDone(pThis->paHandles[i].u.hPipe, pThis->paHandles[i].fEvents,
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp1012 uint32_t rtPipePollDone(RTPIPE hPipe, uint32_t fEvents, bool fFinalEntry, bool fHarvestEvents) function
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp1360 uint32_t rtPipePollDone(RTPIPE hPipe, uint32_t fEvents, bool fFinalEntry, bool fHarvestEvents) function

Completed in 39 milliseconds