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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMThread.cpp637 * PDMR3ThreadResume API.
683 * The purpose of this API is to tell the PDMR3ThreadResume caller that
1016 VMMR3DECL(int) PDMR3ThreadResume(PPDMTHREAD pThread) function
1053 AssertMsgFailed(("PDMR3ThreadResume -> rc=%Rrc enmState=%d\n", rc, pThread->enmState));
1077 int rc = PDMR3ThreadResume(pThread);

Completed in 45 milliseconds