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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMThread.cpp362 * of the thread as this is stored in *pRcThread.
364 * @param pRcThread Where to store the thread exit code. Optional.
367 VMMR3DECL(int) PDMR3ThreadDestroy(PPDMTHREAD pThread, int *pRcThread) argument
375 AssertPtrNullReturn(pRcThread, VERR_INVALID_POINTER);
423 rc2 = RTThreadWait(pThread->Thread, RT_SUCCESS(rc) ? 60*1000 : 150, pRcThread);

Completed in 48 milliseconds