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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMThread.cpp367 VMMR3DECL(int) PDMR3ThreadDestroy(PPDMTHREAD pThread, int *pRcThread) function
494 int rc2 = PDMR3ThreadDestroy(pThread, NULL);
529 int rc2 = PDMR3ThreadDestroy(pThread, NULL);
564 int rc2 = PDMR3ThreadDestroy(pThread, NULL);
588 int rc2 = PDMR3ThreadDestroy(pThread, NULL);

Completed in 45 milliseconds