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

/vbox/src/VBox/Runtime/common/misc/
H A Dreq.cpp268 rc = RTReqWait(pReq, cMillies);
276 RTDECL(int) RTReqWait(PRTREQ hReq, RTMSINTERVAL cMillies) function
278 LogFlow(("RTReqWait: hReq=%p cMillies=%d\n", hReq, cMillies));
317 LogFlow(("RTReqWait: returns %Rrc\n", rc));
322 RT_EXPORT_SYMBOL(RTReqWait); variable
/vbox/include/iprt/
H A Dreq.h127 * to 0 and use RTReqWait() to check for completion. In the other case
153 * to 0 and use RTReqWait() to check for completion. In the other case
179 * to 0 and use RTReqWait() to check for completion. In the other case
207 * to 0 and use RTReqWait() to check for completion. In the other case
553 * to 0 and use RTReqWait() to check for completion. In the other case
579 RTDECL(int) RTReqWait(PRTREQ pReq, RTMSINTERVAL cMillies);
H A Dmangling.h1230 # define RTReqWait RT_MANGLER(RTReqWait) macro
/vbox/src/VBox/Devices/Network/
H A DDrvNAT.cpp682 rc = RTReqWait(pReq, RT_INDEFINITE_WAIT);
730 rc = RTReqWait(pReq, RT_INDEFINITE_WAIT);
/vbox/src/VBox/Devices/Storage/
H A DDrvSCSI.cpp559 int rc = RTReqWait(pThis->pPendingDummyReq, cMillies);
/vbox/src/VBox/Devices/USB/
H A DVUSBDevice.cpp1648 rc = RTReqWait(hReq, RT_INDEFINITE_WAIT);

Completed in 453 milliseconds