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

/vbox/src/VBox/Runtime/r3/
H A Dpoll.cpp175 bool const fNoWait = cMillies == 0; local
183 pThis->paHandles[i].fFinalEntry, fNoWait);
188 pThis->paHandles[i].fFinalEntry, fNoWait);
200 || fNoWait)
214 if (!fNoWait)
H A Dsocket.cpp2034 * Internal RTPoll helper that polls the socket handle and, if @a fNoWait is
2037 * @returns 0 if no pending events, actions initiated if @a fNoWait is clear.
2049 * @param fNoWait Set if it's a zero-wait poll call. Clear if
2052 * @remarks There is a potential race wrt duplicate handles when @a fNoWait is
2055 uint32_t rtSocketPollStart(RTSOCKET hSocket, RTPOLLSET hPollSet, uint32_t fEvents, bool fFinalEntry, bool fNoWait) argument
2077 && !fNoWait)
2095 if (fRetEvents || fNoWait)
/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
993 fRetEvents = rtPipePollCheck(pThis, fEvents, fNoWait);
994 if (!fRetEvents && !fNoWait)
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp1260 * Internal RTPoll helper that polls the pipe handle and, if @a fNoWait is
1263 * @returns 0 if no pending events, actions initiated if @a fNoWait is clear.
1275 * @param fNoWait Set if it's a zero-wait poll call. Clear if
1278 uint32_t rtPipePollStart(RTPIPE hPipe, RTPOLLSET hPollSet, uint32_t fEvents, bool fFinalEntry, bool fNoWait) argument
1297 && !fNoWait)

Completed in 43 milliseconds