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

/vbox/src/VBox/Runtime/include/internal/
H A Dpipe.h64 uint32_t rtPipePollStart(RTPIPE hPipe, RTPOLLSET hPollSet, uint32_t fEvents, bool fFinalEntry, bool fNoWait);
68 * events and stop whatever actions that rtPipePollStart() initiated.
/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) function
/vbox/src/VBox/Runtime/r3/
H A Dpoll.cpp182 fEvents = rtPipePollStart(pThis->paHandles[i].u.hPipe, pThis, pThis->paHandles[i].fEvents,
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp1278 uint32_t rtPipePollStart(RTPIPE hPipe, RTPOLLSET hPollSet, uint32_t fEvents, bool fFinalEntry, bool fNoWait) function
1346 * events and stop whatever actions that rtPipePollStart() initiated.

Completed in 39 milliseconds