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

/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp910 static uint32_t rtPipePollCheck(RTPIPEINTERNAL *pThis, uint32_t fEvents, bool fResetEvtSem) function
993 fRetEvents = rtPipePollCheck(pThis, fEvents, fNoWait);
1024 uint32_t fRetEvents = rtPipePollCheck(pThis, fEvents, false);
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp1197 static uint32_t rtPipePollCheck(RTPIPEINTERNAL *pThis, uint32_t fEvents) function
1295 fRetEvents = rtPipePollCheck(pThis, fEvents);
1314 fRetEvents = rtPipePollCheck(pThis, fEvents);
1387 fRetEvents |= rtPipePollCheck(pThis, fEvents);

Completed in 37 milliseconds