Searched refs:VMR3ReqWait (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DVMReq.cpp385 * to 0 and use VMR3ReqWait() to check for completion. In the other case
425 * to 0 and use VMR3ReqWait() to check for completion. In the other case
794 * to 0 and use VMR3ReqWait() to check for completion. In the other case
897 rc = VMR3ReqWait(pReq, cMillies);
932 rc = VMR3ReqWait(pReq, cMillies);
960 VMMR3DECL(int) VMR3ReqWait(PVMREQ pReq, RTMSINTERVAL cMillies) function
962 LogFlow(("VMR3ReqWait: pReq=%p cMillies=%d\n", pReq, cMillies));
1007 LogFlow(("VMR3ReqWait: returns %Rrc\n", rc));
/vbox/include/VBox/vmm/
H A Dvmapi.h462 VMMR3DECL(int) VMR3ReqWait(PVMREQ pReq, RTMSINTERVAL cMillies);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp2356 vrc = VMR3ReqWait(pReq, RT_INDEFINITE_WAIT);
2452 * using VMR3ReqCall. Note that we separate VMR3ReqCall from VMR3ReqWait
2464 vrc = VMR3ReqWait(pReq, RT_INDEFINITE_WAIT);
3473 * using VMR3ReqCall. Note that we separate VMR3ReqCall from VMR3ReqWait
3485 vrc = VMR3ReqWait(pReq, RT_INDEFINITE_WAIT);
3654 * using VMR3ReqCall. Note that we separate VMR3ReqCall from VMR3ReqWait
3666 vrc = VMR3ReqWait(pReq, RT_INDEFINITE_WAIT);
3825 * using VMR3ReqCall. Note that we separate VMR3ReqCall from VMR3ReqWait
3837 vrc = VMR3ReqWait(pReq, RT_INDEFINITE_WAIT);
4851 * using VM3ReqCall. Note that we separate VMR3ReqCall from VMR3ReqWait
[all...]

Completed in 253 milliseconds