Searched defs:VMR3ReqWait (Results 1 - 1 of 1) 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));

Completed in 36 milliseconds